/* ============================================================
   RedKnight — Fonts
   Brand standard typeface is VERDANA (a websafe system font;
   no webfont file required — it renders natively everywhere).
   For technical / telemetry contexts we pair it with a
   monospace. Verdana ships no mono, so we SUBSTITUTE
   "JetBrains Mono" (open source, similar humanist-grotesque
   proportions). Flagged to the user — swap if a licensed
   brand mono exists.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap');
