/* Production local stylesheet: keeps the site usable without the Tailwind CDN. */
:root{color-scheme:light dark}
button,input{font:inherit}
button{touch-action:manipulation}
:focus-visible{outline:3px solid currentColor;outline-offset:3px}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
