/* Self-hosted brand fonts.
   Drop WOFF2 files into ../fonts/ and these @font-face rules pick them up.
   When files are missing the system fallback (Inter / ui-monospace) kicks in
   automatically — no JS, no FOIT, no broken layout.
*/

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

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/IBMPlexMono-Medium.woff2") format("woff2");
}
