/**
 * فونت‌های فارسی لوکال — بدون وابستگی به CDN
 *
 * IRANSans  → متن، فرم، منو، دکمه، پاراگراف
 * Vazirmatn → عناوین، بنر، تیتر صفحات (وزیر / Vazir)
 */

/* ─── IRANSans (متن و رابط) ─── */
@font-face {
  font-family: IRANSans;
  src: url("../../fonts/IRANSansWeb.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

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

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

/* ─── Vazirmatn / وزیر (عناوین) ─── */
@font-face {
  font-family: Vazirmatn;
  src: url("../../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url("../../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
