/* Reset, document defaults and the few site-wide primitives.
   Loaded by every page, straight after theme.css. */

*{box-sizing:border-box}
html{scroll-behavior:smooth}
img{max-width:100%}
button,input,select,textarea{font-family:inherit}
::selection{background:var(--orange);color:#fff}
.wrap{max-width:1200px;margin:0 auto;padding:0 24px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.wrap-narrow{max-width:920px;margin:0 auto;padding:0 24px}
@media (prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
*{transition:none!important}
}
