:root{--background:var(--color-canvas);--foreground:var(--color-ink)}*{box-sizing:border-box}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);line-height:var(--leading-normal);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}}::selection{color:#fff;background:var(--color-teal)}
