/* بارگذاری فونت ایران‌سنس (اگر قبلاً بارگذاری نشده) */
@font-face {
  font-family: 'IRANSans';
  src: url('/sites/default/files/fonts/woff2/IRANSansWeb.woff2') format('woff2'),
       url('/sites/default/files/fonts/woff/IRANSansWeb.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* اعمال روی تمام عنوان‌ها */
.heading-inner .title {
  font-family: 'IRANSans', sans-serif !important;
  font-size: 28px !important; /* یا هر سایزی که می‌خوای */
  font-weight: 400 !important;
  color: #333; /* رنگ دلخواه */

}
