/* Persian typography — Vazirmatn (modern Vazir) */

@import url("https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css");

:root {
  --font-persian: "Vazirmatn", "Vazir", Tahoma, Arial, sans-serif;
}

/* Typography only — never override icon font classes */
html[lang="fa"] body {
  font-family: var(--font-persian);
}

html[lang="fa"] body :where(
  h1, h2, h3, h4, h5, h6,
  p, a, li, label,
  button, input, textarea, select, option,
  td, th, small, strong, em,
  ol, ul, dd, dt, figcaption, blockquote,
  .form-control, .btn, .dropdown-item,
  .modal-title, .alert, .badge, .nav-link,
  .hrdMnuLnk > i
) {
  font-family: var(--font-persian) !important;
}

html[lang="fa"] input::placeholder,
html[lang="fa"] textarea::placeholder,
html[lang="fa"] .form-control::placeholder {
  font-family: var(--font-persian) !important;
}

html[lang="fa"] [dir="ltr"],
html[lang="fa"] .ltr,
html[lang="fa"] .text-ltr {
  direction: ltr;
  unicode-bidi: isolate;
}
