/* Self-hosted Vazirmatn FD (Farsi Digits) - the official Rastikerdar build with 0-9
   glyphs redrawn as Persian/Eastern-Arabic numerals, same trick the old Sahel-FD
   build used. Keeping the font-family name "Vazirmatn" (not "Vazirmatn FD") so
   nothing elsewhere in index.css/views needs to change. Sourced from the
   `vazirmatn` npm package's misc/Farsi-Digits build. */

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('Vazirmatn-FD-Regular.woff2') format('woff2');
}
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('Vazirmatn-FD-Medium.woff2') format('woff2');
}
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('Vazirmatn-FD-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('Vazirmatn-FD-Bold.woff2') format('woff2');
}
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url('Vazirmatn-FD-Black.woff2') format('woff2');
}
