Changing the variant labels to bold font??

Hi,

I am using the Brooklyn theme and was wondering how I go about changing the variant labels to bold.

Thanks in advance.

Please place this code at the end of theme.scss

.single-option-radio label {
font-weight: 1000 !important;
}