/*
 * Vazirmatn — vendored locally so the app doesn't depend on Google Fonts
 * at runtime (B4-06). Sources the 4 weights every template already used
 * via the old CDN link: 400 (Regular), 500 (Medium), 700 (Bold), 900
 * (Black). Files live at /static/vendor/vazirmatn/.
 *
 * Upstream: https://github.com/rastikerdar/vazirmatn — SIL OFL 1.1.
 * License copy: /static/vendor/vazirmatn/LICENSE.txt.
 *
 * `font-display: swap` so the browser paints in a fallback (Segoe UI /
 * Tahoma — see the body font stack in each template) the moment the
 * paint can start, then upgrades to Vazirmatn when the woff2 loads.
 * The fallback is intentional — no FOIT, no blank text.
 */

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../vendor/vazirmatn/Vazirmatn-Regular.cdc140628f11.woff2") format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../vendor/vazirmatn/Vazirmatn-Medium.dd2193b32cbe.woff2") format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../vendor/vazirmatn/Vazirmatn-Bold.7958481fe611.woff2") format('woff2');
}

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("../vendor/vazirmatn/Vazirmatn-Black.6cfb460b4140.woff2") format('woff2');
}