/* Self-hosted font faces — served from /fonts.css */
/* Fonts: Space Grotesk (variable 500-700), IBM Plex Sans (variable 400-600), IBM Plex Mono (400, 500) */

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

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400 600;
  src: url('/ibm-plex-sans.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: url('/ibm-plex-mono-400.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  src: url('/ibm-plex-mono-500.woff2') format('woff2');
  font-display: swap;
}