/** Shopify CDN: Minification failed

Line 17:1 Unexpected "url("

**/
/*
  Real Gem — Fonts Only
  Upload to: Assets (realgem-fonts.css)
  Add to theme.liquid <head>:
    {{ 'realgem-fonts.css' | asset_url | stylesheet_tag }}

  Rule: NO overrides to Horizon components.
  Only loads fonts + sets CSS variables + applies to semantic text elements.
*/

/* ── Google Fonts ── */
 url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=Cinzel:wght@400;500;600;700&family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&family=Great+Vibes&display=swap');

/* ── Brand font tokens ── */
:root {
  --rg-f-display: 'Cormorant Garamond', 'Times New Roman', serif;
  --rg-f-sub:     'Cinzel', 'Georgia', serif;
  --rg-f-body:    'EB Garamond', 'Georgia', serif;
  --rg-f-script:  'Great Vibes', cursive;
}

/* ── Apply to semantic elements only ── */
body {
  font-family: var(--rg-f-body);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
  font-family: var(--rg-f-display);
}

h4, h5, h6 {
  font-family: var(--rg-f-sub);
  letter-spacing: 0.18em;

}
