/* ============================================================
   Solvio — Fonts
   Three families, three roles:
   · Schibsted Grotesk — headings (h1–h4)
   · Inter Tight — body, UI, lead copy
   · JetBrains Mono — technical labels, meta, code, the wordmark
   Loaded from Google Fonts. If you need offline/self-hosted binaries,
   download these families and swap the @import for local @font-face rules.
   ============================================================ */

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