/* فونت محلی — بدون وابستگی اجباری به Google Fonts */
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Vazirmatn.woff2") format("woff2");
}

/* ایران نستعلیق — فقط فایل محلی؛ هر دو نام تا دسکتاپ و موبایل یک گلیف بگیرند */
@font-face {
  font-family: "IranNastaliq";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/IranNastaliq.woff") format("woff");
}
@font-face {
  font-family: "Iran Nastaliq";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/IranNastaliq.woff") format("woff");
}

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

@font-face {
  font-family: "Samim";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src:
    local("Samim"),
    url("../fonts/Samim.woff2") format("woff2"),
    url("https://cdn.jsdelivr.net/gh/rastikerdar/samim-font@v4.0.5/dist/Samim.woff2") format("woff2");
}
