/* Self-hosted Vazirmatn FD (Farsi digits) - replaces the old jsdelivr CDN
   links which (a) 404 now (the CDN path no longer exists in the package) and
   (b) never worked on LAN clients without internet access. Source:
   rastikerdar/vazirmatn v33.003, misc/Farsi-Digits/fonts/webfonts.
   Only the 4 weights the dashboard actually uses are shipped; other weights
   fall back to the nearest one. Keep comments ASCII-only (see root CLAUDE.md). */
@font-face {
  font-family: "Vazirmatn FD";
  src: url("./Vazirmatn-FD-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn FD";
  src: url("./Vazirmatn-FD-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn FD";
  src: url("./Vazirmatn-FD-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vazirmatn FD";
  src: url("./Vazirmatn-FD-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
