/* ===== فونت‌های محلی سامانه =====
   قبلاً فقط Vazirmatn از CDN (cdn.jsdelivr.net) بارگذاری می‌شد — یعنی بدون
   اتصال به آن CDN، تمام برنامه با فونت پیش‌فرض مرورگر (بدون طراحی فارسی)
   نمایش داده می‌شد. حالا هر سه فونت از پوشه‌ی assets/fonts (بخشی از خود
   دیپلوی، نه یک منبع بیرونی) بارگذاری می‌شوند و هم سرویس‌ورکر می‌تواند
   کشش کند و هم در تنظیمات (js/settings.js) قابل انتخاب‌اند.
   هر سه با مجوز SIL Open Font License منتشر شده‌اند؛ فایل LICENSE هرکدام
   کنار خودش در assets/fonts/<نام فونت>/ قرار دارد. */

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

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

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