/* Vazirmatn font - local to avoid CDN latency */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 100; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-Thin.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 200; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-ExtraLight.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 300; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-Light.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-Regular.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 500; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-Medium.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 600; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-SemiBold.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-Bold.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 800; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-ExtraBold.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 900; /* یا معادل آن در نام فایل */
    font-display: swap;
    src: url('../fonts/Vazirmatn/Vazirmatn-Black.woff2') format('woff2'); /* اگر نام فایل دقیقاً این است */
}
