/* =============================================================
   Vazirmatn – Persian/Arabic Web Font
   Self-hosted · assets/webfonts/
   
   وزن‌های موجود:
     100 → Thin
     200 → ExtraLight
     300 → Light
     400 → Regular       ← متن عادی
     500 → Medium        ← دکمه‌ها، label ها
     600 → SemiBold      ← عناوین کوچک، card header
     700 → Bold          ← عناوین اصلی
     800 → ExtraBold     ← اعداد و آمار
     900 → Black         ← تاکید ویژه
   
   فرمت: TTF (پشتیبانی کامل در همه مرورگرهای مدرن)
   font-display: swap → متن بلافاصله با فونت fallback نمایش داده
                        می‌شه و بعد از لود، جایگزین میشه
   ============================================================= */

/* ── 100 · Thin ─────────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ── 200 · ExtraLight ───────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* ── 300 · Light ────────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* ── 400 · Regular ──────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ── 500 · Medium ───────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ── 600 · SemiBold ─────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ── 700 · Bold ─────────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ── 800 · ExtraBold ────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ── 900 · Black ────────────────────────────────────────────── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../webfonts/Vazirmatn-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
