/* ============================================================
   SoccerTraining.io — LAYER 0: FONT FACES
   Self-hosted variable fonts. No third-party request, no render
   block on fonts.googleapis.com, no privacy footprint.
   Latin + punctuation subset, full weight axis retained.
   Total: 90KB for three faces (budget: 180KB).

   Per-theme: swap this file alongside 02-theme.*.css.
   Soccer Edge / KINETIC uses the Chivo superfamily — the italic
   at weight 900 is the entire display voice.
   ============================================================ */

@font-face {
  font-family: "Chivo";
  src: url("../fonts/chivo-var.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/chivo-italic-var.woff2") format("woff2-variations");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Chivo Mono";
  src: url("../fonts/chivomono-var.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
