/*
 * Vazirmatn (SIL OFL 1.1 — see OFL.txt).
 * "Vazirmatn FD" maps ASCII digits to Persian glyphs so every number in the
 * UI renders in Persian without touching the underlying values.
 * "Vazirmatn" (variable) is used for Latin-only inputs (email, slug, URLs).
 */
@font-face {
    font-family: 'Vazirmatn FD';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Vazirmatn-FD-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn FD';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('Vazirmatn-FD-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn FD';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Vazirmatn-FD-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn FD';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Vazirmatn-FD-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Vazirmatn-FD-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Vazirmatn-FD-Bold.woff2') format('woff2');
}
