@import url('https://cdn.jsdelivr.net/npm/vazirmatn@33.0.3/Vazirmatn-font-face.min.css');

:root {
  --nw-font: "Vazirmatn", Tahoma, Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
option {
  font-family: var(--nw-font) !important;
}

input::placeholder,
textarea::placeholder {
  font-family: var(--nw-font) !important;
}

/* Apply Vazirmatn to legacy text nodes without overriding brand and icon fonts. */
html body *:not(svg):not(path):not(.niawell-wordmark):not(.fa):not(.fas):not(.far):not(.fab):not(.fa-solid):not(.fa-regular):not(.fa-brands):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: var(--nw-font) !important;
}

.niawell-wordmark,
.site-header .logo .niawell-wordmark,
.site-footer .footer-brand-name {
  font-family: "Dodger", Arial, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
[class^="fa-"],
[class*=" fa-"] {
  speak: never;
}
