/* Serenoa — fonts self-hosted (perf + RGPD, pas de Google Fonts CDN). Latin subset. */

@font-face{
  font-family:"Inter";
  font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/inter-latin-400.woff2") format("woff2");
}
@font-face{
  font-family:"Inter";
  font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/inter-latin-600.woff2") format("woff2");
}
@font-face{
  font-family:"Inter";
  font-style:normal;font-weight:700;font-display:swap;
  src:url("../fonts/inter-latin-700.woff2") format("woff2");
}
/* Fraunces — display humaniste chaleureux (opsz haute), poids 540-580 via variable */
@font-face{
  font-family:"Fraunces";
  font-style:normal;font-weight:540;font-display:swap;
  src:url("../fonts/fraunces-latin-560.woff2") format("woff2");
}
@font-face{
  font-family:"Fraunces";
  font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/fraunces-latin-600.woff2") format("woff2");
}
