/* ─────────────────────────────────────────────────────────────────────
   Alertis brand tokens — the SINGLE place to change the platform font.

   Every page links this file: the logged-in app (base.html) and the
   logged-out static pages (home, login, signup, tos, privacy). Change
   --font here and it changes everywhere. Nothing else should redeclare
   --font.

   --brand-ink is the ALERTIS wordmark colour. Pure black is the
   default and is right for every light surface (the static pages and
   the light app themes). base.html re-points it to the theme ink for
   its dark themes, where black would vanish — that override lives in
   base.html because only the app has themes.
   ──────────────────────────────────────────────────────────────────── */
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --brand-ink: #000000;
}
