/* ============================================================
   MagpieToolbox - Web fonts
   Display  : Space Grotesk      (headlines, wordmark)
   Body/UI  : Plus Jakarta Sans  (the workhorse)
   Numeric  : JetBrains Mono     (kickers, labels, indices, totals)

   This single stylesheet is the ONLY font request the pages make
   (there is no render-blocking Google Fonts <link> in any <head>).

   PRODUCTION (PRD R31): self-host the woff2 files. Drop them into
   assets/fonts/, enable the @font-face block at the foot of this
   file, and delete the @import below. Nothing else changes - every
   page references the families through --font-* tokens only.
   ============================================================ */

/* --- Design-preview source (swap out for self-hosted woff2) --- */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* --- PRODUCTION self-host template (enable, then delete the @import) ---
@font-face{ font-family:'Space Grotesk'; font-style:normal; font-weight:400 700;
  font-display:swap; src:url('fonts/space-grotesk-variable.woff2') format('woff2'); }
@font-face{ font-family:'Plus Jakarta Sans'; font-style:normal; font-weight:400 800;
  font-display:swap; src:url('fonts/plus-jakarta-sans-variable.woff2') format('woff2'); }
@font-face{ font-family:'JetBrains Mono'; font-style:normal; font-weight:400 600;
  font-display:swap; src:url('fonts/jetbrains-mono-variable.woff2') format('woff2'); }
------------------------------------------------------------------- */
