/* ============================================================
   Numeris — Webfonts
   Heading/Display: Outfit (the brand's logo typeface)
   Body/UI:         Hanken Grotesk (paired humanist grotesque)
   Mono:            JetBrains Mono (technical / code accents)

   NOTE: Fonts are loaded from the Google Fonts CDN. If you need
   fully self-hosted binaries, drop the .woff2 files in assets/
   and replace these imports with local @font-face rules.
   ============================================================ */

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