How can I unbold product variant options on my page?

Hello,

.swatch .swatch-element label {
font-weight: 500;
opacity: 0.7;
}
.swatch_options input:checked+.swatch-element label {
font-weight: 700;
opacity: 1;
}

please put the css in the style.css part