/* ============================================================
   Self-hosted fonts — latin subsets, variable where available.
   Archivo Narrow = condensed grotesque display (VH display voice)
   Archivo        = grotesque body
   Space Mono     = technical mono (VH data voice)
   ============================================================ */
@font-face{
  font-family:'Archivo Narrow';font-style:normal;font-weight:400 700;font-display:swap;
  src:url('../fonts/archivo-narrow-latin-var.woff2') format('woff2');
}
@font-face{
  font-family:'Archivo';font-style:normal;font-weight:400 700;font-display:swap;
  src:url('../fonts/archivo-latin-var.woff2') format('woff2');
}
@font-face{
  font-family:'Space Mono';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/space-mono-latin-400.woff2') format('woff2');
}
@font-face{
  font-family:'Space Mono';font-style:normal;font-weight:700;font-display:swap;
  src:url('../fonts/space-mono-latin-700.woff2') format('woff2');
}
