/* ============================================================
   Fonts — Claude-style design system
   ------------------------------------------------------------
   Brand faces are proprietary Anthropic typefaces:
     · Display serif  : Copernicus  (≈ Tiempos Headline)
     · Body sans      : StyreneB    (humanist sans)
     · Mono           : (custom)

   None are publicly licensed, so we substitute the nearest
   Google Fonts faces. SUBSTITUTIONS IN USE — see readme.md:
     · Display serif  -> "Newsreader"     (Tiempos-like editorial serif)
     · Body sans      -> "Inter"          (humanist screen sans)
     · Mono           -> "JetBrains Mono"
   Swap @font-face / the --font-* vars in typography.css to drop
   in the real licensed binaries.
   ============================================================ */

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