/* Vazir — bundled under /public/fonts/vazir (no CDN) */

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/vazir/Vazir-Light.woff2') format('woff2'),
         url('/fonts/vazir/Vazir-Light.woff') format('woff'),
         url('/fonts/vazir/Vazir-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/vazir/Vazir.woff2') format('woff2'),
         url('/fonts/vazir/Vazir.woff') format('woff'),
         url('/fonts/vazir/Vazir.ttf') format('truetype');
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/vazir/Vazir-Medium.woff2') format('woff2'),
         url('/fonts/vazir/Vazir-Medium.woff') format('woff'),
         url('/fonts/vazir/Vazir-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Vazir';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/vazir/Vazir-Bold.woff2') format('woff2'),
         url('/fonts/vazir/Vazir-Bold.ttf') format('truetype');
}

/* Vazir Numeric (offline) - digits only */
@font-face {
    font-family: 'VazirNumeric';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/vazir/Vazir-Light.woff2') format('woff2'),
         url('/fonts/vazir/Vazir-Light.woff') format('woff'),
         url('/fonts/vazir/Vazir-Light.ttf') format('truetype');
    unicode-range: U+0030-0039, U+0660-0669, U+06F0-06F9;
}

@font-face {
    font-family: 'VazirNumeric';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/vazir/Vazir.woff2') format('woff2'),
         url('/fonts/vazir/Vazir.woff') format('woff'),
         url('/fonts/vazir/Vazir.ttf') format('truetype');
    unicode-range: U+0030-0039, U+0660-0669, U+06F0-06F9;
}

@font-face {
    font-family: 'VazirNumeric';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/vazir/Vazir-Medium.woff2') format('woff2'),
         url('/fonts/vazir/Vazir-Medium.woff') format('woff'),
         url('/fonts/vazir/Vazir-Medium.ttf') format('truetype');
    unicode-range: U+0030-0039, U+0660-0669, U+06F0-06F9;
}

@font-face {
    font-family: 'VazirNumeric';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/vazir/Vazir-Bold.woff2') format('woff2'),
         url('/fonts/vazir/Vazir-Bold.ttf') format('truetype');
    unicode-range: U+0030-0039, U+0660-0669, U+06F0-06F9;
}

/* Optional helper class for numeric-heavy widgets */
.vazir-numeric {
    font-family: 'VazirNumeric', 'Vazir', 'Tahoma', 'Arial', sans-serif !important;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}
