:root {
    color-scheme: light;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-synthesis: none;
}

html {
    min-width: 320px;
    background: #eef2f4;
}

body {
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    color: #253947;
    background: #eef2f4;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

button:disabled {
    cursor: default;
}

button:focus-visible,
input:focus-visible,
a:focus-visible {
    outline: 3px solid rgb(57 127 165 / 25%);
    outline-offset: 2px;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type="checkbox"]) {
    outline: 1px solid #28745d;
}

.invalid {
    outline: 1px solid #b94747;
}

.validation-message {
    color: #9f3434;
}

.blazor-error-boundary {
    padding: 16px;
    color: #fff;
    background: #a33a3a;
}
