/* ============================================================
   FONTS — Yorker type system
   Spectral    → editorial serif (display, hero voice, pull quotes)
   Geist       → UI / body workhorse grotesque
   Geist Mono  → labels, data, eyebrows, code
   NOTE: served from Google Fonts. For production, self-host woff2.
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500&family=Spectral:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap");
