/* =========================================================
   فونت وزیرمتن (Vazirmatn) - نسخه نهایی اصلاح شده
   ========================================================= */

/* =========================================================
   اعمال فونت با تنظیمات صحیح اعداد فارسی
   ========================================================= */

/* پایه */
html,
body {
    font-family: 'Vazirmatn', 'Vazir', Tahoma, sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.55;
    font-feature-settings: "ss02" on !important;
    -webkit-font-feature-settings: "ss02" on !important;
    -moz-font-feature-settings: "ss02" on !important;
    font-variant-numeric: tabular-nums !important;
}

/* تمام المان‌ها */
* {
    font-family: 'Vazirmatn', 'Vazir', Tahoma, sans-serif !important;
    font-feature-settings: "ss02" on !important;
    -webkit-font-feature-settings: "ss02" on !important;
    -moz-font-feature-settings: "ss02" on !important;
    font-variant-numeric: tabular-nums !important;
}

/* تیترها */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
    letter-spacing: 0px !important;
}

/* تاکید */
strong,
b {
    font-weight: 700 !important;
}

/* لیبل‌ها و دکمه‌ها */
label,
.label,
button,
.btn {
    font-weight: 500 !important;
}

/* هدر جدول */
table th {
    font-weight: 600 !important;
}

/* اعداد و مبالغ مالی */
.number,
.amount,
.price,
.score,
.grade-number,
[class*="amount"],
[class*="price"],
[class*="score"],
.card-stat .number,
.dashboard-number,
.stat-number,
.stat-value,
.stat-mini-value,
.scl-val,
.d-metric-val,
.scm-val,
.avg-badge,
.grade-pill,
.score-badge {
    font-feature-settings: "ss02" on !important;
    -webkit-font-feature-settings: "ss02" on !important;
    -moz-font-feature-settings: "ss02" on !important;
    font-variant-numeric: tabular-nums !important;
    font-weight: 500 !important;
}

/* اعداد بزرگ با وزن 600 برای خوانایی بهتر */
.stat-value,
.scm-val,
.scl-val,
.d-metric-val,
.fin-stat-card .scl-val,
.stat-card-lux .scl-val {
    font-weight: 600 !important;
}

/* متن‌های کوچک */
small,
.text-small,
.help-text,
.text-muted {
    font-weight: 400 !important;
}