
/* اگر فایل های فونت را داخل assets/fonts قرار بدهید، اینجا فعال میشوند */
@font-face{
  font-family: "IRANYekan";
  src:
    url("../fonts/IRANYekan.woff2") format("woff2"),
    url("../fonts/IRANYekan.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "IRANYekan";
  src:
    url("../fonts/IRANYekan-Bold.woff2") format("woff2"),
    url("../fonts/IRANYekan-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face{
  font-family: "IRANYekan";
  src:
    url("../fonts/IRANYekan-Black.woff2") format("woff2"),
    url("../fonts/IRANYekan-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
