/* =============================================================================
   Self-hosted fonts (GDPR — no fonts.googleapis.com calls at runtime).
   WOFF2 files in ../fonts/, latin subset, sourced from gwfh.mranftl.com.
   font-display: swap so the page never blocks on font load.
   ============================================================================= */

/* ---------- Cormorant Garamond — display serif (400 / 500 / 500 italic / 600 / 700) ---------- */

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

/* ---------- Inter — body sans (400 / 500 / 600 / 700) ---------- */

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