/* Polices Houhoo hébergées en local (sous-ensemble latin, fontes variables) — pour que la PWA fonctionne hors-ligne. */

/* Fraunces : titres & corps d'histoire (esprit livre/conte). Fonte variable, plage de graisses 100→900. */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fraunces.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("fraunces-italic.woff2") format("woff2");
}

/* Nunito : texte courant, doux & lisible. Fonte variable, plage 200→1000. */
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("nunito.woff2") format("woff2");
}
