/* ═══════════════════════════════════════════════════════════════
   CRISTAL Solutions — Polices auto-hébergées (conformité RGPD)
   ═══════════════════════════════════════════════════════════════
   
   INSTRUCTIONS DE DÉPLOIEMENT :
   
   Pour utiliser les polices Syne et Inter en auto-hébergement :
   
   1. Téléchargez les fichiers woff2 sur https://gwfh.mranftl.com/fonts
      → Syne (weights: 400, 600, 700, 800)
      → Inter (weights: 300, 400, 500, 600)
   
   2. Placez les fichiers dans le dossier /fonts/ de votre serveur
   
   3. Décommentez les @font-face ci-dessous et ajustez les chemins
   
   ═══════════════════════════════════════════════════════════════ */

/*
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/syne-v22-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/syne-v22-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/syne-v22-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/syne-v22-latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/inter-v13-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-v13-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-v13-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-v13-latin-600.woff2') format('woff2');
}
*/

/* Fallback système en attendant les woff2 — rendu très proche */
:root {
  --font-display: 'Syne', 'Trebuchet MS', 'Arial Black', sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
