/* ============================================================
   CHAMELEON SPACE — Webfonts
   Display : Anton            (ultra-bold condensed grotesque)
   Text    : Space Grotesk    (variable 300–700)
   Mono    : Space Mono       (400 / 700)
   Files self-hosted under /assets/fonts. URLs are relative to
   THIS file (tokens/fonts.css).
   ============================================================ */

@font-face {
  font-family: "Anton";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/Anton-400.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("../assets/fonts/SpaceGrotesk-400.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/SpaceMono-400.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/SpaceMono-700.woff2") format("woff2");
}
