/* ============================================================
   Les Écuries du Vieux Château — Webfonts
   Display : Cormorant Garamond (elegant heritage serif)
   Text/UI : Hanken Grotesk     (clean modern grotesque)
   ============================================================ */

/* ---------- Cormorant Garamond (variable woff2) ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/cormorant-garamond-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/cormorant-garamond-400-italic.woff2") format("woff2");
}

/* ---------- Hanken Grotesk (variable woff2) ---------- */
@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../assets/fonts/hanken-grotesk-400.woff2") format("woff2");
}
