/* ============================================================
   LikeJo self-hosted fonts — Vazirmatn (Persian, RTL).
   One family for body + headings (weights 400–800). No external
   calls; works offline and in regions where CDNs are blocked.
   Estedad (design-system heading font) falls back to Vazirmatn
   800 here — swap in real Estedad woff2 later if desired.
   ============================================================ */

@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/assets/fonts/Vazirmatn-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/assets/fonts/Vazirmatn-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/assets/fonts/Vazirmatn-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/assets/fonts/Vazirmatn-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Vazirmatn';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/assets/fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
}

/* Estedad alias → Vazirmatn 800, so `font-family: 'Estedad'` in the
   design tokens keeps working without a separate font file. */
@font-face {
    font-family: 'Estedad';
    font-style: normal;
    font-weight: 700 800;
    font-display: swap;
    src: url('/assets/fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
}
