/* DELVIN — فونت Vazirmatn به صورت لوکال (بدون نیاز به اینترنت خارجی) */
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Vazirmatn";
  src:url("../fonts/Vazirmatn-ExtraBold.woff2") format("woff2");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}

/* فونت پیش‌فرض کل سایت رو یه‌کم پرتر می‌کنیم، بدون اینکه چیدمان موبایل به‌هم بریزه.
   قبلاً با !important روی خیلی از المان‌ها (دکمه‌ها، آیکون‌ها، nav) وزن رو می‌بردیم بالا
   که با سایزهای موبایلِ خودِ تم تداخل می‌کرد و باعث می‌شد متن‌ها بشکنن/سرریز بشن.
   این نسخه فقط فونت رو عوض می‌کنه و وزن رو خیلی محدود و ملایم زیاد می‌کنه. */
body{
  font-family:"Vazirmatn","IRANSansX","IRANSans",Tahoma,sans-serif;
}
h1,h2,h3,h4,
.section-head h2,.info-hero h1,.page-title,.post-title{
  font-weight:700;
}
