/* ============================================================
   FONTS — Verge-Inspired Design System
   ------------------------------------------------------------
   The Verge ships proprietary faces (Manuka, PolySans, PolySans
   Mono, FK Roman Standard). Those are not licensed here, so this
   system substitutes the nearest Google Fonts matches:

     Manuka            -> Anton          (heavy condensed display)
     PolySans          -> Space Grotesk  (geometric UI grotesque)
     PolySans Mono     -> Space Mono     (uppercase mono labels)
     FK Roman Standard -> Newsreader     (print-voice serif)

   Per the spec, Anka/Anton has wider vertical metrics than Manuka,
   so display line-heights are loosened ~+0.12 in typography.css.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;1,6..72,400&family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');
