html, body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    min-height: 100vh;
    height: auto;
    font-size: 14px;
    background-color: #f0f2f5;
    overscroll-behavior: none;
}

body.dark {
    background-color: #212529;
}
