* {
    box-sizing: border-box;
}

html {
    color-scheme: light;
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    margin: 0;
    color: var(--zatmenie);
    background-color: var(--paper);
    linear-gradient(90deg, rgba(23, 35, 31, 0.045) 0.0625rem, transparent 0.0625rem);
    background-size: 48px 48px;
    font-family: var(--font);
    font-synthesis: none;
    line-height: 1.5;
}

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

button,
summary,
[role="button"] {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

a {
    color: inherit;
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--lavanda);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sr-only {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    margin: -0.0625rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (prefers-reduced-motion: reduce) {
html {
        scroll-behavior: auto;
    }
}
