/* ============================================================
   CLAD — Fonts self-hostées (Archivo Variable + JetBrains Mono)
   Subset latin (~218 KB total). Zéro CDN externe (perf + RGPD).
   ============================================================ */

/* Archivo Variable : axe weight (100..900), width normal */
@font-face {
  font-family: 'Archivo Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url(/fonts/archivo-standard.woff2) format('woff2-variations');
}
/* Archivo Variable : axe width actif (75..125) + weight (100..900) */
@font-face {
  font-family: 'Archivo Variable';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  font-stretch: 75% 125%;
  src: url(/fonts/archivo-width.woff2) format('woff2-variations');
}

/* JetBrains Mono : 400 + 700 — réservée aux données */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/fonts/jetbrains-mono-400.woff2) format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/fonts/jetbrains-mono-700.woff2) format('woff2');
}
