/* Change font for accordion titles and button titles */
.t-store .t-store__tabs__controls .t-store__tabs__button-title, 
.t-store .t-store__tabs_accordion .t-store__tabs__item .t-store__tabs__item-title {
    font-family: 'Inter', Arial, sans-serif !important;
}

/* Change font for the content within the tabs */
.t-store .t-store__tabs_accordion .t-store__tabs__content, 
.t-store .t-store__tabs__content {
    font-family: 'Inter', Arial, sans-serif !important;
}
