/* تعریف فونت ایران‌سنس */
@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSans-web.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/IRANSansWeb_Bold.woff2") format("woff2");
  font-weight: 700;
}

/* اگر فایل ttf هم داری برای اطمینان */
@font-face {
  font-family: "IRANSans";
  src: url('../fonts/IRANSansWeb.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}