/** Shopify CDN: Minification failed

Line 13:18 Expected identifier but found whitespace
Line 13:19 Unexpected "var("

**/
/* Map to common theme vars (helps if your theme uses variables) */
/* :root{
  --font-body-family: var(--font-family-4) !important;
  --font-heading-family: var(--font-family-4) !important;

  /* Many custom themes have slots 1–3; map them too just in case */
  --font-1-family: var(--font-family-4) !important;
  --font-2-family: var(--font-family-4) !important;
  --font-3-family: var(--font-family-4) !important;
} */

/* Force elements to use Font 4 (wins against most rules) */
/* html, body {
  font-family: var(--font-family-4), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: var(--font-weight-4-body);
  font-style: var(--font-style-4-body);
}
h1,h2,h3,h4,h5,h6{
  font-family: var(--font-family-4), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
  font-weight: var(--font-weight-4-heading);
  font-style: var(--font-style-4-heading);
} */
