/* ============ SoFast fonts.css — self-hosted webfonts ============
   CLIENT DIRECTIVE 2026-08-26: police unique Archivo Variable (SIL OFL,
   Omnibus-Type via Google Fonts; self-hosting permitted). One roman + one
   italic file carry the whole system through the real variable axes:
     wght 100-900, wdth 62%-125%.
   The three cuts are axis positions, never synthetic:
     titres    = wdth 118 / wght 700  (Expanded)
     textes    = wdth 100 / wght 400-500
     nav/UI    = wdth  76 / wght 600  (Narrow, uppercase letterspaced)
   Latin subset; the footer's Arabic/Thai language pills intentionally fall
   through to the system stack (Archivo has no Arabic/Thai, same as before).
   woff2 only; font-display:swap. URLs relative to /css/ so they resolve
   from both the root and /fr/ trees. */
@font-face{
  font-family:'Archivo';
  src:url('../assets/fonts/archivo-var.woff2') format('woff2-variations');
  font-weight:100 900;font-stretch:62% 125%;
  font-style:normal;font-display:swap}
@font-face{
  font-family:'Archivo';
  src:url('../assets/fonts/archivo-italic-var.woff2') format('woff2-variations');
  font-weight:100 900;font-stretch:62% 125%;
  font-style:italic;font-display:swap}
