@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700;800&display=swap');

:root {
    --app-font-family: 'Noto Sans', Roboto, 'Segoe UI', 'Arial Unicode MS', Arial, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
option {
    font-family: var(--app-font-family);
}

body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
