:root {
  --fa-font: "Vazirmatn", "IRANSans", "Tahoma", "Arial", sans-serif;
  --en-font: "Montserrat", "Poppins", "Roboto", "Arial", sans-serif;
}

html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] textarea {
  font-family: var(--fa-font) !important;
}

html[dir="rtl"] body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.ri):not([class^="ri-"]):not([class*=" ri-"]):not(.remixicon):not([class^="remixicon"]):not([class*="remixicon"]) {
  font-family: var(--fa-font) !important;
}

html[dir="ltr"] body,
html[dir="ltr"] button,
html[dir="ltr"] input,
html[dir="ltr"] select,
html[dir="ltr"] textarea {
  font-family: var(--en-font) !important;
}

html[dir="ltr"] body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.ri):not([class^="ri-"]):not([class*=" ri-"]):not(.remixicon):not([class^="remixicon"]):not([class*="remixicon"]) {
  font-family: var(--en-font) !important;
}
