/*
  Vazirmatn (وزیرمتن) self-hosted font loader
  License: SIL Open Font License 1.1 (OFL)
  Place the downloaded font files in this same folder.

  Quick install (recommended):
    php scripts/install_vazirmatn.php
*/

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src:
    url('Vazirmatn[wght].woff2') format('woff2-variations'),
    url('Vazirmatn-VariableFont_wght.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    url('Vazirmatn-Regular.woff2') format('woff2'),
    url('Vazirmatn-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Vazirmatn';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    url('Vazirmatn-Bold.woff2') format('woff2'),
    url('Vazirmatn-Bold.ttf') format('truetype');
}
