/* ─────────────────────────────────────────────────────────────
   caveat.css — La police Caveat, hébergée chez toi (plus chez Google).
   Le fichier de la police vit dans public/assets/fonts/caveat-700.woff2
   ───────────────────────────────────────────────────────────── */
@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/caveat-700.woff2") format("woff2");
}
