:root {
    color-scheme: light;
}

html {
    font-size: 16px;
    min-height: 100%;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    margin: 0;
}

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

img {
    max-width: 100%;
}

a {
    text-underline-offset: 0.18em;
}

:focus-visible {
    outline: 3px solid rgba(18, 106, 130, 0.32);
    outline-offset: 2px;
}

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.65rem 1rem;
    color: #fff;
    background: #172033;
    border-radius: 0.5rem;
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
