/**
 * Polices self-hosted (P-086) : Corben (titres) + Atkinson Hyperlegible Next (lecture).
 * font-display:swap + repli système immédiat : la page n'est jamais bloquée sans polices,
 * même avant le dépôt des fichiers .woff2 (voir NOTES-DESIGNER.md — aucun outil réseau
 * n'était disponible dans cette session pour aller chercher les binaires Google Fonts).
 */
@font-face{
  font-family:"Corben";
  src:url("corben-400.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Corben";
  src:url("corben-700.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Atkinson Hyperlegible Next";
  src:url("atkinson-hyperlegible-next-400.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Atkinson Hyperlegible Next";
  src:url("atkinson-hyperlegible-next-600.woff2") format("woff2");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Atkinson Hyperlegible Next";
  src:url("atkinson-hyperlegible-next-700.woff2") format("woff2");
  font-weight:700; font-style:normal; font-display:swap;
}
