/* Self-hosted fonts (no CDN). Drop the .woff2 files into assets/fonts/. */
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn.woff2") format("woff2");
  font-weight:100 900;font-display:swap;font-style:normal;
}
@font-face{
  font-family:"Cormorant Garamond";
  src:url("../fonts/Cormorant.woff2") format("woff2");
  font-weight:500 700;font-display:swap;font-style:normal;
}
