/* Local font faces — self-hosted, no external CDN */
@font-face{
  font-family:'Space Grotesk';
  src:url('SpaceGrotesk.woff2') format('woff2');
  font-weight:300 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'JetBrains Mono';
  src:url('JetBrainsMono.woff2') format('woff2');
  font-weight:100 800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'JetBrains Mono';
  src:url('JetBrainsMono-Italic.woff2') format('woff2');
  font-weight:100 800;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:'Archivo Black';
  src:url('ArchivoBlack-Regular.woff2') format('woff2');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Geosans Light';
  src:url('GeosansLight.woff2') format('woff2');
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Noto Sans SC';
  src:url('NotoSansSC.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
