html, body {
    font-size: 16px;
    font-family: Roboto, "Google Sans", "Google Sans Text", system-ui, -apple-system, "Segoe UI", sans-serif;
    color: #1F1F1F;
    background-color: #F0F4F9;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
}