/*
 * Vazir font v30.1.0 (rastikerdar/vazir-font) — self-hosted.
 * Trimmed to woff2 + woff (every browser we target supports woff2; woff is
 * the fallback). Files sit next to this stylesheet under static/panel/vendor/fonts.
 */
@font-face {
  font-family: Vazir;
  src: url('Vazir-Regular.woff2') format('woff2'),
       url('Vazir-Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url('Vazir-Bold.woff2') format('woff2'),
       url('Vazir-Bold.woff') format('woff');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url('Vazir-Thin.woff2') format('woff2'),
       url('Vazir-Thin.woff') format('woff');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url('Vazir-Light.woff2') format('woff2'),
       url('Vazir-Light.woff') format('woff');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url('Vazir-Medium.woff2') format('woff2'),
       url('Vazir-Medium.woff') format('woff');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Vazir;
  src: url('Vazir-Black.woff2') format('woff2'),
       url('Vazir-Black.woff') format('woff');
  font-weight: 900;
  font-display: swap;
}
