/*
  فونت پروژه از بسته woff2.zip کاربر بارگذاری می‌شود.
  برای نصب محلی، فایل woff2.zip را کنار install-fonts.bat قرار دهید و اسکریپت را اجرا کنید.
*/
@font-face {
  font-family: 'IRANSansWeb';
  src: url('../fonts/IranSans/IRANSansWeb_UltraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url('../fonts/IranSans/IRANSansWeb_Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: 'IRANSansWeb';
  src: url('../fonts/IranSans/IRANSansWeb_Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url('../fonts/IranSans/IRANSansWeb_Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'IRANSansWeb';
  src: url('../fonts/IranSans/IRANSansWeb_Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
