:root {
    --font-family-sans-serif: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
}

body {
    font-family: var(--font-family-sans-serif);
}

.dx-widget,
.dx-widget input,
.dx-widget textarea,
.dx-widget button,
.dx-theme-generic-typography,
.dx-theme-generic-typography h1,
.dx-theme-generic-typography h2,
.dx-theme-generic-typography h3,
.dx-theme-generic-typography h4,
.dx-theme-generic-typography h5,
.dx-theme-generic-typography h6,
.dx-theme-generic-typography input,
.dx-theme-generic-typography textarea {
    font-family: var(--font-family-sans-serif);
}
