*,*::before,*::after{box-sizing:border-box}
html{min-width:320px;scroll-behavior:smooth}
body{min-width:320px;margin:0;overflow-x:hidden;background:var(--color-night);color:var(--color-text);font-family:var(--font-sans);font-weight:400}
img{display:block;max-width:100%}
a{color:inherit}
button,input,textarea{font:inherit}
:focus-visible{outline:2px solid var(--color-amber-bright);outline-offset:4px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
