/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 35:0 Unexpected "<"

**/
<div class="custom-section">
  <!-- Your entire section content -->
  /* Make custom sections inherit theme typography */

.custom-section,
.custom-section * {
    font-family: var(--font-body-family);
    color: rgb(var(--color-foreground));
}

.custom-section h1,
.custom-section h2,
.custom-section h3,
.custom-section h4,
.custom-section h5,
.custom-section h6,
.custom-section .section-heading {
    font-family: var(--font-heading-family);
    font-weight: var(--font-heading-weight);
    letter-spacing: var(--font-heading-letter-spacing);
}

.custom-section p,
.custom-section span,
.custom-section li {
    font-family: var(--font-body-family);
    font-weight: var(--font-body-weight);
}
</div>