/* ════════════════════════════════════
   iCLASSE.BE — Fonts v2
   Inter + Source Code Pro (Google Fonts)
   Lexend conservé pour le mode dyslexique
   Anciennes polices conservées pour compatibilité
   ════════════════════════════════════ */

/* ── Inter + Source Code Pro ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Source+Code+Pro:wght@400;600;700&display=swap');

/* ── Lexend (mode dyslexique) ── */
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/lexend-latin-300-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/lexend-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/lexend-latin-600-normal.woff2') format('woff2');
}

/* ── Polices v1 conservées (ne plus utiliser comme défaut) ── */
@font-face {
  font-family: 'Orbitron';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/orbitron-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('fonts/orbitron-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal; font-weight: 900; font-display: swap;
  src: url('fonts/orbitron-latin-900-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/share-tech-mono-latin-400-normal.woff2') format('woff2');
}
