/*
 * Local font faces — no external CDN dependency.
 * Vazirmatn v33.003 (OFL) · Baloo Bhaijaan 2 (OFL)
 */

/* ─── Vazirmatn (body font) ─────────────────────────────── */
/* Weights above 900 map to ExtraBold (heaviest local file) so headings
   declared at 900 render in Vazirmatn instead of falling back to Tahoma. */
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/Vazirmatn-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 800 900;
    font-display: swap;
    src: url('../fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
}

/* ─── Baloo Bhaijaan 2 (display/headings) ───────────────── */
@font-face {
    font-family: 'Baloo Bhaijaan 2';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/BalooBhaijaan2-arabic.woff2') format('woff2');
    unicode-range: U+0600-06FF, U+0750-077F, U+FB50-FDFF, U+FE70-FEFC, U+200C-200E, U+2010-2011;
}
@font-face {
    font-family: 'Baloo Bhaijaan 2';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/BalooBhaijaan2-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
