/* ============================================================
   Kheiri Lab — Webfonts
   ------------------------------------------------------------
   NOTE: Fonts are currently loaded from the Google Fonts CDN.
   The binaries are not yet self-hosted in this project (the build
   environment cannot download font files). To fully self-host,
   drop the .woff2 files into assets/fonts/ and replace the @import
   below with local @font-face rules. See readme.md > Typography.

   Families:
     Newsreader      — serif display / editorial headings
     Hanken Grotesk  — humanist sans, body + UI
     IBM Plex Mono   — technical labels, data, keywords
   ============================================================ */

@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');
