/* =========================================================
   fdl-communication — tokens.css
   Source canonique web des jetons de marque FDL Systèmes.
   Miroir plat (clé/hex) pour un port manuel hors web : tokens.json.
   ========================================================= */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700; /* police variable : un seul fichier couvre tout l'axe */
  font-display: swap;
  src: url('fonts/inter/Inter-Variable.woff2') format('woff2');
}

:root {
  /* Couleurs — voir docs/palette.md pour les ratios de contraste WCAG */
  --color-primary: #0056b3;      /* texte, liens, UI active — 7,04:1 sur blanc */
  --color-accent: #007bff;       /* grandes surfaces décoratives seulement — 3,98:1, jamais en texte */
  --color-text: #333333;         /* texte principal — 12,63:1 */
  --color-text-muted: #6c757d;   /* texte secondaire — 4,69:1 */
  --color-danger: #dc3545;       /* erreur, action destructive — 4,53:1 */
  --color-background: #ffffff;
  --color-background-alt: #fafafa;
  --color-logo: #0070ff;          /* encre du logo uniquement — jamais pour du texte/UI, exemptée WCAG 1.4.3 */

  /* Typographie */
  --font-family-base: 'Inter', sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}
