/* Self-hosted: no third-party dependency, and precacheable for offline play.
   Latin subset only. Chivo ships as a variable font — one file covers 100-900,
   so it's declared once with a weight range rather than duplicated per weight. */

@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ArchivoBlack-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Chivo-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Chivo-var-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/SpaceMono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/SpaceMono-700.woff2') format('woff2');
}
