/* ============================================
   فونت وزیر - نسخه آفلاین کامل
   ============================================ */

/* ============================================
   وزن 400 - Regular
   ============================================ */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   وزن 500 - Medium
   ============================================ */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   وزن 600 - SemiBold
   ============================================ */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   وزن 700 - Bold
   ============================================ */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   وزن 900 - Black
   ============================================ */
@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   استفاده از فونت در کل سایت
   ============================================ */

body {
    font-family: 'Vazir', 'Segoe UI', Tahoma, 'Helvetica Neue', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[dir="rtl"] body {
    font-family: 'Vazir', 'Segoe UI', Tahoma, 'Helvetica Neue', sans-serif;
}

[dir="ltr"] body {
    font-family: 'Segoe UI', 'Vazir', Tahoma, 'Helvetica Neue', sans-serif;
}

/* تنظیمات اعداد فارسی */
@supports (font-variant-numeric: persian) {
    body {
        font-variant-numeric: persian;
    }
}

/* تیترها */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
    font-weight: 700;
}

/* دکمه‌ها و فرم‌ها */
button, input, select, textarea {
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
}

/* بهبود نمایش در موبایل */
@media (max-width: 768px) {
    body { font-size: 15px; }
}
@media (max-width: 480px) {
    body { font-size: 14px; }
}