/* HelmOps self-hosted brand typefaces — Archivo Variable + Inter Variable.
   Previous display/body typefaces retired 2026-07-19 per the brand
   typography consolidation. See DESIGN.md §3. */

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

@font-face {
  font-family: 'Inter';
  src: url('InterVariable.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('InterVariable-Italic.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
