/* Sarv Gold — global Vazirmatn typography (V85)
   The webfont is loaded by each HTML page from Google Fonts.
   No font binary is stored in this update package. */
:root {
  --sarv-font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
}

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

/* Override older Dana/Anjoman/Tahoma declarations while preserving icon fonts and SVG icons. */
body *:not(svg):not(path):not(use):not(symbol):not(i):not(code):not(pre):not(kbd):not(samp):not(.material-icons):not(.material-symbols-outlined):not([class^="fa-"]):not([class*=" fa-"]):not([class*="icon-font"]) {
  font-family: var(--sarv-font-family) !important;
}
