/* فونت یکدست نسخه فارسی سایت */
html[lang^="fa"] body,
html[lang^="fa"] body :where(
  h1, h2, h3, h4, h5, h6,
  p, a, button, input, textarea, select, option, label,
  div, span, strong, em, small, blockquote,
  ul, ol, li, table, thead, tbody, tr, th, td,
  header, footer, nav, main, section, article,
  figcaption, summary
):not([class*="icon"]):not([class*="Icon"]):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: "Vazirmatn", Arial, sans-serif !important;
}

html[lang^="fa"] input::placeholder,
html[lang^="fa"] textarea::placeholder {
  font-family: "Vazirmatn", Arial, sans-serif !important;
}
