/* Global font: Mongolian (Cyrillic) + English */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800;900&display=swap&subset=latin,cyrillic");

:root {
  --app-font-family: "Noto Sans", "Segoe UI", Roboto, Arial, sans-serif;
}

html,
body {
  font-family: var(--app-font-family) !important;
}

body :not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not([class^="fa-"]):not([class*=" fa-"]) {
  font-family: var(--app-font-family);
}

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