/* ==========================================================================
   Self-hosted web fonts — OFL-licensed, downloaded from Google Fonts CDN.
   No runtime call to Google Fonts; improves performance and GDPR compliance.
   ========================================================================== */

/* Archivo Black — weight 400 (latin subset) */
@font-face {
  font-family: 'Archivo Black';
  src: url('../assets/fonts/archivo-black-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Inter — weights 400–600 share a single latin-subset file (Google Fonts v20
   serves identical bytes for these three weights in this subset) */
@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-400.woff2') format('woff2');
  font-weight: 400 600;
  font-style: normal;
  font-display: swap;
}

/* JetBrains Mono — weights 400 and 700 share a single latin-subset file */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('../assets/fonts/jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
