/*
 * ═══════════════════════════════════════════════════════════════
 *  SSDC WEBSITE — FONT CONFIGURATION
 *  To change the site font: update the @import URL and the three
 *  --font-* variables below. Nothing else needs to change.
 * ═══════════════════════════════════════════════════════════════
 *
 *  CURRENT SELECTION: Option 6 — Merriweather + Inter
 *
 *  OTHER OPTIONS (from font-comparison.html):
 *
 *  Option 1 — DM Serif Display + Manrope
 *    import: family=DM+Serif+Display:ital@0;1&family=Manrope:wght@300;400;500;600;700&family=DM+Mono:wght@400;500
 *    --font-display: 'DM Serif Display', serif;
 *    --font-body:    'Manrope', sans-serif;
 *    --font-mono:    'DM Mono', monospace;
 *
 *  Option 3 — Libre Baskerville + Mulish
 *    import: family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Mulish:wght@300;400;500;600;700&family=Courier+Prime:wght@400;700
 *    --font-display: 'Libre Baskerville', serif;
 *    --font-body:    'Mulish', sans-serif;
 *    --font-mono:    'Courier Prime', monospace;
 *
 *  Option 4 — EB Garamond + Source Sans 3
 *    import: family=EB+Garamond:ital,wght@0,500;0,600;1,500&family=Source+Sans+3:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500
 *    --font-display: 'EB Garamond', serif;
 *    --font-body:    'Source Sans 3', sans-serif;
 *    --font-mono:    'JetBrains Mono', monospace;
 *
 *  Option 5 — Spectral + Sora
 *    import: family=Spectral:ital,wght@0,500;0,600;1,500&family=Sora:wght@300;400;500;600&family=Space+Mono:wght@400;700
 *    --font-display: 'Spectral', serif;
 *    --font-body:    'Sora', sans-serif;
 *    --font-mono:    'Space Mono', monospace;
 *
 *  Option 6 — Merriweather + Inter
 *    import: family=Merriweather:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500
 *    --font-display: 'Merriweather', serif;
 *    --font-body:    'Inter', sans-serif;
 *    --font-mono:    'JetBrains Mono', monospace;
 */

:root {
  /* ── SWAP THESE THREE LINES TO CHANGE FONTS SITE-WIDE ── */
  --font-display: 'Merriweather', Georgia, serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
