/* Self-hosted from Google Fonts on 2026-06-27. Latin subset only.
   No third-party calls — files served from this origin. */

/* Anton — single weight, used for display headings */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/anton-400.woff2') format('woff2');
}

/* Archivo — variable font, weight axis 100..900. Single file covers all weights. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/archivo-400.woff2') format('woff2-variations'),
       url('fonts/archivo-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/archivo-400i.woff2') format('woff2-variations'),
       url('fonts/archivo-400i.woff2') format('woff2');
}

/* Space Mono — static cuts at 400 and 700 */
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/space-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/space-mono-700.woff2') format('woff2');
}
