/**
 * Vazirmatn — فونت محلی فارسی
 * منبع: https://github.com/rastikerdar/vazirmatn (OFL License)
 * 
 * این فایل CSS فونت Vazirmatn را به‌صورت محلی فراخوانی می‌کند،
 * بدون نیاز به اتصال اینترنت یا دسترسی به Google Fonts.
 * 
 * Weight های موجود: 300 (Light), 400 (Regular), 500 (Medium), 600 (SemiBold), 700 (Bold)
 */

/* ─── Variable Font (تک‌فایل برای همه weights — سریع‌تر) ─── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Variable.woff2') format('woff2-variations'),
         url('Vazirmatn-Variable.woff2') format('woff2');
    font-weight: 100 900;          /* همه weight ها در یک فایل */
    font-style: normal;
    font-display: swap;
}

/* ─── Static Fallbacks (در صورت عدم پشتیبانی variable font) ─── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
