/* ════════════════════════════════════════
   FlexAV — Self-hosted fonts (Geist)
   Licence : SIL OFL 1.1 — voir geist/LICENSE.txt
════════════════════════════════════════ */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-mono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-mono-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/platform/core/fonts/geist/geist-mono-700.woff2') format('woff2');
}

/* Variables globales (à utiliser dans tokens.css) */
:root {
  --font-sans:  'Geist', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono:  'Geist Mono', 'SF Mono', 'Cascadia Code', Menlo, monospace;
  --font-serif: 'Geist', system-ui, sans-serif; /* fallback : titres en Geist 700/800 */
}
