:root {
    --site-font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
}

html,
body {
    font-family: var(--site-font-family);
}

body,
button,
input,
optgroup,
select,
textarea,
.dx-widget,
.dx-theme-fluent-typography,
.dx-theme-fluent-typography input,
.dx-theme-fluent-typography textarea,
#toast-container,
.toast {
    font-family: var(--site-font-family);
}
