/* Removes bold styling from all field labels */
.field-label {
    font-weight: normal !important;
}

/* Specifically targets labels within the 'I am a/an' and 'Interested in' sections */
.entity-form .field-label {
    font-weight: 400 !important;
}

/* If the legend titles (h3) also need to be un-bolded */
.section-title h3 {
    font-weight: normal !important;
}