/* Vendored Google Fonts — Space Grotesk 500/700, JetBrains Mono 500/600,
   IBM Plex Sans 400/500/600. Self-contained, relative woff2 paths, latin
   subset only, font-display:swap. No external requests. */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/space-grotesk-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/space-grotesk-700.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/jetbrains-mono-500.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/jetbrains-mono-600.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-400.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-500.woff2) format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/ibm-plex-sans-600.woff2) format('woff2');
}

/* Chakra Petch — angular, technical, motorsport. The display voice. */

/* Kanit 800 italic — the brand display voice. Same face as the logo wordmark. */

/* Kimi K3 brand system — Big Shoulders (name), Zilla Slab (service line), Fraunces (headlines) */
@font-face{font-family:'Big Shoulders Display';font-style:normal;font-weight:800;font-display:swap;
  src:url(fonts/big-shoulders-800.woff2) format('woff2');}
@font-face{font-family:'Zilla Slab';font-style:normal;font-weight:500;font-display:swap;
  src:url(fonts/zilla-slab-500.woff2) format('woff2');}
@font-face{font-family:'Fraunces';font-style:normal;font-weight:600;font-display:swap;
  src:url(fonts/fraunces-600.woff2) format('woff2');}

/* Exo 2 900 italic — the squared automotive display face */
@font-face{font-family:'Exo 2';font-style:italic;font-weight:900;font-display:swap;
  src:url(fonts/exo2-900-italic.woff2) format('woff2');}
@font-face{font-family:'Saira Condensed';font-style:normal;font-weight:600;font-display:swap;
  src:url(fonts/saira-cond-600.woff2) format('woff2');}

/* Exo 2 900 — registered at normal style as well so --display always resolves
   to the real face and never falls back to a serif. */
@font-face{font-family:'Exo 2';font-style:normal;font-weight:900;font-display:swap;
  src:url(fonts/exo2-900-italic.woff2) format('woff2');}
@font-face{font-family:'Saira Condensed';font-style:italic;font-weight:600;font-display:swap;
  src:url(fonts/saira-cond-600.woff2) format('woff2');}
