/* تعریف فونت ایران‌سنس */
@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;
}
@font-face{
  font-family:"Font Awesome 7 Free";
  font-style:normal;
  font-weight:400;
  font-display:block;
  src: url('/assets/fontawesome-free-7.2.0-web/webfonts/fa-regular-400.woff2') format('woff2');}