body h1 {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}
body {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 20px;
}


/* set global input labels  */
.ts-form-input-label {
    font-weight: bold;   
}

[id^="input-label-"] {
    font-weight: bold;
} 

[id^="input-text-label-"] {
    font-weight: bold;
}

[part="select-label"] {
    font-weight: bold;
}


/** conflict 

[class="slds-form-element__legend slds-form-element__label"] {
    font-weight: bold;
}

slds-form-element__legend slds-form-element__label

#CHECKBOX-LABEL-0-222 > span.slds-form-element__label > lightning-formatted-rich-text > span
lightning-formatted-rich-text > span {
    font-weight: bold;
}    

.slds-rich-text-editor__output > span {
    font-weight: normal !important;
}

#lgt-accordion-section-48 > slot > flowruntime-base-section > div > flowruntime-screen-field > flowruntime-list-container > div > flowruntime-base-section > div > flowruntime-screen-field:nth-child(5) > flowruntime-lwc-field > div > flowruntime-dependent-picklists > lightning-select > label
*/
