/* -------------------------------
   فونت‌های فارسی IRANSans
--------------------------------*/
@font-face {
  font-family: "IRANSans";
  src: url("./persian_fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
       url("./persian_fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "IRANSans";
  src: url("./persian_fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"),
       url("./persian_fonts/ttf/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "IRANSans";
  src: url("./persian_fonts/woff2/IRANSansWeb(FaNum).woff2") format("woff2"),
       url("./persian_fonts/ttf/IRANSansWeb(FaNum).ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IRANSans";
  src: url("./persian_fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"),
       url("./persian_fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "IRANSans";
  src: url("./persian_fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"),
       url("./persian_fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* -------------------------------
   اعمال فونت و تنظیم ضخامت
--------------------------------*/
*:not(i) {
  font-family: "IRANSans", sans-serif !important;
  font-weight: 300 !important;
}

/* -------------------------------
   تنظیم line-height بر اساس نوع المنت
--------------------------------*/

/* متن‌های معمولی */
body, p, span, div, li {
  line-height: 1.9 !important; /* خواناتر، مخصوص متون فارسی */
}

/* تیترها */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
  line-height: 1.4 !important; /* فشرده‌تر، چون معمولاً یک‌خطی‌اند */
}

/* زیرتیترها یا بخش‌های توضیحی */
small, .small-text, figcaption {
  font-weight: 300 !important;
  line-height: 1.6 !important;
}

/* دکمه‌ها و لینک‌ها */
button, .btn, a {
  font-weight: 400 !important;
}

/* فیلدهای فرم و ورودی‌ها */
input, textarea, select, label {
  font-weight: 300 !important;
  line-height: 1.5 !important;
}

/* جداول و داده‌ها */
table, th, td {
  line-height: 1.6 !important;
  font-weight: 300 !important;
}

/* جهت کلی */
body, html {
  direction: rtl;
  text-align: right;
}


.tiny-slider, .owl-carousel, .swiper, .slick-slider, .noUi-ltr, .noUi-horizontal  {
	direction: ltr;
}


