/* Self-hosted fonts — no external CDN, so they always load (Iran-friendly)
   and work offline in the PWA.
   Body: Vazirmatn FD (Farsi-digit variant, static weights actually used).
   Display: Estedad variable (one file, weights 100–900) for headings/UI. */

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

@font-face{font-family:Estedad;font-style:normal;font-weight:100 900;font-display:swap;
  src:url(/static/fonts/Estedad-Variable.woff2) format("woff2-variations")}
