/* ============================================================
   S4SF — Fonts
   NOTE: The original S4SF wordmark + tagline use bespoke lettering
   that was NOT supplied as font files. These are the nearest-match
   webfaces:
     • Poppins  — geometric, rounded; echoes the "S4SF" wordmark.
     • Mulish   — clean humanist sans for body/UI text.
     • Space Grotesk — squared display sans; echoes the bold,
                       slightly-condensed uppercase tagline.
   Loaded from Google Fonts. Swap for licensed brand fonts when
   available. See README.md → VISUAL FOUNDATIONS / caveats.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Mulish:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap');

:root {
  --font-display: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body: 'Mulish', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-tagline: 'Space Grotesk', 'Poppins', system-ui, sans-serif;
}
