/* =========================================================================
   Self-hosted variable fonts — no external CDN request, no Google Fonts.
   Sourced from the @fontsource-variable packages (SIL Open Font License 1.1).

   Archivo Variable  — axes: wght 100-900, wdth 62-125  (display face)
   Jost Variable     — axes: wght 100-900               (body face)

   These stand in for the PSD's licensed Adobe faces:
     Archivo @ wdth 64 / wght 800  ->  Futura PT Condensed ExtraBold
     Jost                          ->  Century Gothic Pro
   See the FONT SWAP note at the top of styles.css to switch to the originals.
   ========================================================================= */

@font-face {
  font-family: "Archivo Variable";
  src: url("../fonts/archivo-latin-wdth-normal.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo Variable";
  src: url("../fonts/archivo-latin-wdth-italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Jost Variable";
  src: url("../fonts/jost-latin-wght-normal.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost Variable";
  src: url("../fonts/jost-latin-wght-italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
