/* ===========================================================
   Self-hosted fonts — Cormorant Garamond (display) + Manrope (body)
   Latin subset, woff2. Served locally for performance & privacy.
   =========================================================== */
@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:normal;font-weight:600;font-display:swap;
  src:url("../fonts/cormorant-garamond-600.woff2") format("woff2");
}
@font-face{
  font-family:"Manrope";
  font-style:normal;font-weight:400 700;font-display:swap;
  src:url("../fonts/manrope-variable.woff2") format("woff2");
}
