/* ============================================================
   Fonts — IBM Plex Sans (UI/body) + IBM Plex Mono (code/labels)
   IBM Plex is open-source (SIL OFL). Loaded from Google Fonts.
   NOTE: webfont binaries are not vendored into this project; the
   @import below pulls them from Google. If you need fully offline
   bundling, drop the .woff2 files into tokens/fonts/ and replace
   this with local @font-face rules.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap');
