/*
 * Self-hosted Archivo (global) — R5 Task 10.
 *
 * Built by tools/vendor-local-fonts.py from the pinned Google Fonts source
 * (google/fonts @684b69db51d59a3137ec0152fa3a3afc6f1b3814). Variable axes are
 * restricted to the ranges the theme renders: wght 400..900, wdth 75..125.
 * The Latin subset covers U+0000-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F.
 *
 * Weights and widths outside those ranges stay synthesized, matching the prior
 * external Google Fonts request behavior. This stylesheet keeps the stable
 * 'hong-swiss-fonts' handle so every downstream dependency resolves unchanged.
 */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 75% 125%;
  font-display: swap;
  src: url('../fonts/archivo/archivo-latin-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F;
}
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400 900;
  font-stretch: 75% 125%;
  font-display: swap;
  src: url('../fonts/archivo/archivo-latin-italic-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-024F, U+1E00-1EFF, U+2000-206F;
}
