:root {
    font-family:
        "Segoe UI",
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        Arial,
        sans-serif;
    color-scheme: light;
    background: #edf2f7;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
    margin: 0;
}

html {
    background: #edf2f7;
}

body {
    min-width: 320px;
    min-height: 100dvh;
    margin: 0;
    background:
        radial-gradient(circle at top, #f9fbfd 0%, #edf2f7 70%);
    color: #132945;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overscroll-behavior-y: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

a {
    color: inherit;
}

svg {
    display: block;
}

::selection {
    background: #cfe0ff;
    color: #0d2b56;
}
