/* ============================================================================
   cockpit — polices, toutes auto-hébergées
   Aucune dépendance à un CDN : un poste de supervision doit démarrer sur un
   réseau isolé, et une police qui n'arrive pas décale toute l'instrumentation.
   ========================================================================= */

/* ── B612 — la police de cockpit ──────────────────────────────────────────────
   Conçue par Airbus avec l'ENAC spécifiquement pour l'affichage en cockpit :
   dessinée pour rester lisible sur écran rétroéclairé, en vibration et sous
   forte luminosité, avec des chiffres très différenciés (le 6, le 8 et le 0 ne
   se confondent jamais). C'est exactement le cahier des charges de cockpit.
   Licence SIL Open Font — libre, y compris en usage commercial.
   Voir public/assets/fonts/README.md pour l'installation.                     */

@font-face {
  font-family: 'B612';
  src: url('../fonts/b612/B612-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'B612';
  src: url('../fonts/b612/B612-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'B612 Mono';
  src: url('../fonts/b612/B612Mono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'B612 Mono';
  src: url('../fonts/b612/B612Mono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── Inter — l'interface de l'application ────────────────────────────────── */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Regular.ttf') format('truetype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-Bold.ttf') format('truetype');
  font-weight: 700; font-style: normal; font-display: swap;
}
