/* ============================================================
   VIVID ATOM — Self-hosted fonts
   Space Grotesk (variable 300–700) + Space Mono (400/700)
   Served locally — no third-party font CDN.

   Both fonts are licensed under the SIL Open Font License 1.1.
   See: ../assets/fonts/OFL-Space-Grotesk.txt
        ../assets/fonts/OFL-Space-Mono.txt
   ============================================================ */

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

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

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