/* -------------------------
   Font: Vazirmatn Complete
   Author: radarchitect.com
   ------------------------- */

/* اگر بخوای فقط از نسخه Variable استفاده کنی، همین یکی کافیه: */
@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn[wght].woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}

/* اگر بخوای نسخه Variable رو استفاده نکنی (سازگاری با همه مرورگرها) این نسخه کلاسیک‌تره */
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-Thin.woff2') format('woff2');font-weight:100;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-ExtraLight.woff2') format('woff2');font-weight:200;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-Light.woff2') format('woff2');font-weight:300;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');font-weight:400;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-Medium.woff2') format('woff2');font-weight:500;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-SemiBold.woff2') format('woff2');font-weight:600;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');font-weight:700;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-ExtraBold.woff2') format('woff2');font-weight:800;font-display:swap;}
@font-face {font-family:'Vazirmatn';src:url('/wp-content/uploads/fonts/vazirmatn/Vazirmatn-Black.woff2') format('woff2');font-weight:900;font-display:swap;}

/* حالا اعمال فونت روی کل سایت */
html, body, p, li, input, textarea, select, button, a,
.ast-container, .site, .elementor-widget, .woocommerce {
  font-family: 'Vazirmatn', sans-serif !important;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
  direction: rtl;
}

/* هدرها */
h1, h2, h3, h4, h5, h6,
.ast-single-post .entry-title,
.elementor-heading-title {
  font-family: 'Vazirmatn', sans-serif !important;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}

/* اندازه تیترها (ریسپانسیو و هماهنگ با آسترا) */
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

@media (max-width: 768px) {
  h1 { font-size: 30px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
}

/* جلوگیری از کشیدگی اعداد فارسی و بهبود جدول */
body { font-variant-numeric: tabular-nums; }
