/* ============================================================
   Inter — self-hosted (rsms.me/inter, SIL OFL)
   Variable font (weight axis 100-900) + Italic variant.
   No Google Fonts: refus du tracking d'IP, cohérence mission CDC.
   ============================================================ */

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

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

/* Manrope et Instrument Serif ont été retirées avec le redesign 15-mai
   (le quiz utilise désormais Inter, plus de polices secondaires). */
