/* Noe — webfonts
   ------------------------------------------------------------------
   Noe ships two faces:
     • Inter        — the entire UI (body, headings, labels, chips)
     • JetBrains Mono — code, ticket IDs, run hashes, ⌘K kbd chips, counts
   Both are pulled from Google Fonts here. The production app loads Inter from
   rsms.me/inter; Google's copy is metric-identical. If you vendor the binaries,
   replace these @import lines with local @font-face rules pointing at the .woff2
   files and keep the same family names. */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,400..700;1,14..32,400..600&family=JetBrains+Mono:wght@400;500;600&display=swap");
