:root {
    --font-family-base: "Roboto", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}

html {
    font-family: var(--font-family-base) !important;
}

body,
body :not(i):not(.mdi):not(.material-icons) {
    font-family: inherit !important;
}

button,
input,
textarea,
select,
option {
    font-family: inherit !important;
}
