/* ═══════════════════════════════════════════════════════════════
   TUNICA.fr — Polices self-hostées (RGPD-conforme)
   ───────────────────────────────────────────────────────────────
   ✅ ACTIF depuis 2026-06-03. Aucune requête vers Google Fonts :
   zéro transfert d'IP visiteur hors UE. Conformité native,
   indépendante du Data Privacy Framework.

   Identité unifiée : Cormorant Garamond (serif) + Instrument Sans (sans).
   Variable Fonts servies en woff2 (fallback ttf), axe wght 300→700.
   Fichiers : assets/fonts/*.woff2 (régénérables depuis *.ttf via fontTools).
   ═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/CormorantGaramond-VF.woff2') format('woff2'),
       url('/assets/fonts/CormorantGaramond-VF.ttf') format('truetype');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/CormorantGaramond-Italic-VF.woff2') format('woff2'),
       url('/assets/fonts/CormorantGaramond-Italic-VF.ttf') format('truetype');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/InstrumentSans-VF.woff2') format('woff2'),
       url('/assets/fonts/InstrumentSans-VF.ttf') format('truetype');
}
