.shopify-section--featured-collections {
  --featured-collections-heading-font-family: var(--font-brand-family);
  --featured-collections-body-font-family: var(--font-brand-family);
}

.shopify-section--featured-collections :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .product-title) {
  font-family: var(--featured-collections-heading-font-family);
}

.shopify-section--featured-collections :is(.text-subdued, .button, a.button) {
  font-family: var(--featured-collections-body-font-family);
}

[id*="featured-collections-1"] .v-stack .h6,
[id*="featured-collections-1"] .carousel-navigation .h2 {
  font-family: var(--featured-collections-heading-font-family);
}
