/* ============================================================
   VoltAgent — Fonts
   ------------------------------------------------------------
   Inter   — the brand's real sans face (display, body, UI, links).
   JetBrains Mono — documented free substitute for SF Mono, which is
                    an Apple-system face and not redistributable.
                    The brand reserves mono for code, command snippets,
                    terminal mockups, and numeric counters.

   Loaded from Google Fonts CDN. When self-hosting, swap these @import
   lines for local @font-face rules pointing at woff2 binaries.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');
