/* Vazirmatn — Persian/Latin webfont by Saber Rastikerdar.
   Source: https://github.com/rastikerdar/vazirmatn (v33.003)
   Licensed under SIL Open Font License 1.1 — see ./LICENSE.

   Vendored locally so the admin panel works offline and avoids
   third-party CDN calls. Four weights cover the UI; add more (.woff2)
   files here and another @font-face block if needed. */

@font-face {
  font-family: "Vazirmatn";
  src: url("./fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("./fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("./fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("./fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
