/*
 * فونت خودمیزبان (Self-hosted) IRANSans
 * تمام فایل‌های وب‌فونت در همین پوشه (assets/fonts/iransans) قرار دارند
 * و هیچ وابستگی به CDN خارجی ندارند تا در صورت فیلترینگ یا قطعی اینترنت
 * بین‌الملل، ظاهر سایت و پنل مدیریت دست‌نخورده باقی بماند.
 */

@font-face {
  font-family: "IRANSansWeb";
  src: url("IRANSansWeb_UltraLight.woff2") format("woff2"),
       url("IRANSansWeb_UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("IRANSansWeb_Light.woff2") format("woff2"),
       url("IRANSansWeb_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("IRANSansWeb.woff2") format("woff2"),
       url("IRANSansWeb.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("IRANSansWeb_Medium.woff2") format("woff2"),
       url("IRANSansWeb_Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansWeb";
  src: url("IRANSansWeb_Bold.woff2") format("woff2"),
       url("IRANSansWeb_Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
