/* ─────────────────────────────────────────────────────────────
   Self-hosted Persian font — Vazirmatn.
   Bundled with the site so users in regions where Google Fonts is
   blocked (e.g. Iran) still see proper Persian text.
   English UI falls back to system Sans-Serif (works everywhere).
   Icons are now inline SVG (lucide-react + custom brand SVGs) so
   no external icon font is downloaded at runtime.
   ───────────────────────────────────────────────────────────── */

@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/vazirmatn-400.ttf") format("truetype");
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/vazirmatn-500.ttf") format("truetype");
}
@font-face {
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/vazirmatn-700.ttf") format("truetype");
}
