/* ==========================================================================
   فونت‌های فارسی
   --------------------------------------------------------------------------
   این پروژه هیچ فایل فونتی را همراه خود منتشر نمی‌کند.
   دلیل: بسیاری از فونت‌های فارسی (ایران‌سنس، یکان‌بخ، دانا و …) تجاری هستند و
   بازتوزیع آن‌ها بدون خرید لایسنس، نقض حق نشر است.

   دو راه برای فعال کردن فونت‌ها دارید:

   ۱) فونت‌های آزاد (پیشنهادی)
      Vazirmatn و Estedad و Sahel و Shabnam با مجوز SIL OFL منتشر می‌شوند و
      استفاده و بازتوزیع آن‌ها آزاد است.
      فایل‌های woff2 را در پوشه assets/fonts/ قرار دهید و بلوک‌های زیر را
      از حالت توضیح خارج کنید.

      Vazirmatn : https://github.com/rastikerdar/vazirmatn
      Sahel     : https://github.com/rastikerdar/sahel-font
      Shabnam   : https://github.com/rastikerdar/shabnam-font
      Estedad   : https://github.com/aminabedi68/Estedad

   ۲) فونت‌های تجاری
      اگر لایسنس ایران‌سنس / یکان‌بخ / دانا را خریده‌اید، فایل‌های آن را در
      assets/fonts/ بگذارید و مشابه بلوک‌های زیر یک @font-face اضافه کنید،
      سپس در پنل مدیریت ← فونت‌ها یک رکورد با همان family بسازید.

   تا وقتی فونتی نصب نشده باشد، سیستم به‌صورت خودکار روی Tahoma و فونت
   پیش‌فرض سیستم برمی‌گردد و همه‌چیز درست نمایش داده می‌شود.
   ========================================================================== */

/*
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn-Black.woff2") format("woff2");
  font-weight: 800 900;
  font-display: swap;
  font-style: normal;
}

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

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

@font-face {
  font-family: "Estedad";
  src: url("../fonts/Estedad-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Estedad";
  src: url("../fonts/Estedad-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
*/

/* Numerals render more evenly in tables and prices when tabular figures exist. */
.tabular-nums,
.table td,
.stat-value,
.plan .price .amount {
  font-variant-numeric: tabular-nums;
}
