/* Self-hosted brand fonts.
   Drop WOFF2 files into ../fonts/ and RE-ENABLE the @font-face rules below.

   IMPORTANT: while the font files are NOT present, the @font-face blocks are
   intentionally left DISABLED. A @font-face that points at a missing file (and
   especially a "woff2-variations" entry) can make some browsers paint a broken
   half-loaded face — visible as doubled / offset glyphs on bold headings.
   With the rules disabled the named families ("Space Grotesk" / "IBM Plex
   Mono") simply don't resolve, so the token fallbacks (Inter / ui-monospace)
   render cleanly with a single weight.

   To turn the brand fonts back on: place the WOFF2 files in ../fonts/ and
   uncomment the blocks. */

/*
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: 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");
}
*/
