/* Vazir Font - Local Version */

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

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

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

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