/* CAMIX — Webfonts
   ────────────────────────────────────────────────────────────
   Display & UI: Inter — confirmed as the live camix site's typeface
   (hero h1 inspects as `72px Inter`). Full Cyrillic + Latin.
   Mono: JetBrains Mono for terminal blocks, units and protocol names.
   Loaded from Google Fonts CDN (Cyrillic + Latin subsets).
   To self-host, drop the files in assets/fonts/ and swap the @import
   below for local @font-face rules. */

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