/* ============================================================
   FONTS — annesoeapas.fr (self-host, RGPD-clean, woff2 subset latin)
   Playfair Display (titres) + Inter (corps) — verrouillé anne-sophie/CLAUDE.md §7
   font-display: swap → pas de texte invisible (évite le FOIT, perf mobile)
   ============================================================ */

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-v20-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/inter-v20-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/playfair-display-v40-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
