/* ============================================================
   SWORN — Fonts
   Webfonts are loaded from Google Fonts.
   --------------------------------------------------------------
   FONT SUBSTITUTION NOTE (flag to design owner):
   No brand font binaries were supplied with the source material,
   so these are Google Fonts chosen to match SWORN's intended
   character — warm, editorial, technically precise:
     • Newsreader     → display / editorial serif (institutional,
                        legible, warm) — stands in for a Tiempos /
                        Lyon-class transitional serif.
     • Hanken Grotesk → UI / body sans (humanist grotesque, warm) —
                        stands in for a Söhne / Geist-class grotesque.
     • IBM Plex Mono  → protocol values, hashes, IDs, code
                        (systematic, machine-precise).
   Swap the @import below for self-hosted @font-face rules if/when
   licensed brand binaries are provided.
   ============================================================ */

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