/* Polices auto-hébergées (voir DECISIONS_IDENTITE_VISUELLE.md §1) — jamais
   de lien CDN Google Fonts : pos-admin peut tourner sur un réseau sans
   sortie internet garantie (même contrainte que pos-caisse, cf mémoire
   recette RECETTE_BIND_IP=LAN). Fichiers wof2 dans public/fonts/, copiés
   par Trunk via `rel="copy-dir"` (voir index.html). Licence SIL Open Font
   License 1.1 pour les trois familles (Fraunces, Public Sans, IBM Plex
   Mono) — voir public/fonts/OFL-NOTICE.txt.

   Fraunces et Public Sans sont des polices variables : Google Fonts sert
   un seul fichier par famille couvrant plusieurs graisses, d'où les
   @font-face dupliqués pointant vers la même URL locale — c'est le
   fonctionnement normal, pas une erreur de duplication. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/public/fonts/Fraunces-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/public/fonts/Fraunces-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/fonts/PublicSans-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/public/fonts/PublicSans-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/public/fonts/PublicSans-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/public/fonts/PublicSans-var.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/fonts/IBMPlexMono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/public/fonts/IBMPlexMono-500.woff2') format('woff2');
}
