:root {
    color-scheme: light dark;
}

* {
    box-sizing: border-box;
}

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

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid #38bdf8;
    outline-offset: 2px;
}

[hidden] {
    display: none !important;
}
