/* Vazirmatn local font-face (place woff2 files in this folder) */
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:300;
  src:url("/static/fonts/vazirmatn/Vazirmatn-Light.woff2") format("woff2");
  font-display:swap;
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:400;
  src:url("/static/fonts/vazirmatn/Vazirmatn-Regular.woff2") format("woff2");
  font-display:swap;
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:500;
  src:url("/static/fonts/vazirmatn/Vazirmatn-Medium.woff2") format("woff2");
  font-display:swap;
}
@font-face{
  font-family:"Vazirmatn";
  font-style:normal;
  font-weight:700;
  src:url("/static/fonts/vazirmatn/Vazirmatn-Bold.woff2") format("woff2");
  font-display:swap;
}
