/**
 * Vazir Font Face Definitions
 * Using local fonts from assets/fonts/
 * Only WOFF2 format for modern browsers
 */

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

/* Vazir Light */
@font-face {
    font-family: 'Vazir';
    src: url('../assets/fonts/Vazir-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

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

/* B-NAZANIN Font for Persian Educational Content */
@font-face {
    font-family: 'B-NAZANIN';
    src: url('../assets/fonts/B-NAZANIN.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}