/*
 * Vazirmatn — local @font-face declarations (bundled with the theme).
 * Font © Saber Rastikerdar — SIL Open Font License 1.1 (redistribution permitted).
 * github.com/rastikerdar/vazirmatn
 * All six weights used by the theme (400/500/600/700/800/900) ship in this folder,
 * so no CDN request is ever needed. font-display:swap avoids invisible text.
 */
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("Vazirmatn-Regular.woff2") format("woff2");
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("Vazirmatn-Medium.woff2") format("woff2");
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url("Vazirmatn-SemiBold.woff2") format("woff2");
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url("Vazirmatn-Bold.woff2") format("woff2");
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url("Vazirmatn-ExtraBold.woff2") format("woff2");
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:900;
  font-display:swap;
  src:url("Vazirmatn-Black.woff2") format("woff2");
}
