/* Self-hosted FounderRace typefaces (English-only pages: latin subset).
   Archivo is variable (wdth 62-125, wght 100-900): the display style pulls
   wdth 125 / wght 880 straight from these files. Space Mono = data voice. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(archivo-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url(archivo-italic-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(space-mono-400-latin.woff2) format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(space-mono-700-latin.woff2) format('woff2');
}
