1

Bold Font Option for Product Accordion


A
Anonymous

Hi there,

Have make this adjustment multiple times in CSS for Designers using this theme. Would be great if it could be added as an option to the base theme.

```
/* Make product accordion item titles bold */
.product-accordion .accordion__title {
font-weight: var(--FONT-WEIGHT-BODY-BOLD);
}
```

A