/* ═══════════════════════════════════════════════════════
   fonts.css — self-hosted Persian web fonts (@font-face only)
   License texts: public/assets/fonts/<name>/ (SIL OFL 1.1, both fonts below)
   Declaring @font-face does not trigger a download by itself — a browser
   only fetches a given font file once text on the page actually resolves
   to that font-family, so listing fonts here has no cost unless used.
   ═══════════════════════════════════════════════════════ */

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

@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/shabnam/Shabnam-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/shabnam/Shabnam-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
