/* ==========================================================================
   Vagora Design System — font loading
   v5.0 · Load this file before tokens.css on any surface that renders text.

   One typeface. Switzer (variable, wght 100–900) is the sole face across
   every surface — interface, headings, display, numbers, marketing, decks,
   Console, and (Phase 3) Mirror OS. The brand serif is gone from the type
   system: Moniqa survives only inside the released logo artwork, where it
   is a drawing, not a typeface (§9).

   Weights used: 400 / 500 / 600, nothing above semibold. On dark fields
   every weight above 400 steps down one — the swap lives in the weight
   tokens (§9.4), never in a component.

   Licence: Fontshare Free Font EULA (assets/fonts/LICENSE-Switzer-FFL.txt)
   — free for commercial use in any medium. Originals and the full family:
   the team's type archive; only the two variable files ship.
   ========================================================================== */

@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/Switzer-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Switzer";
  src: url("../assets/fonts/Switzer-VariableItalic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
