/* AKCESS global base - shared by every page. Load after tokens.css */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:inherit;text-decoration:none}
img,svg{display:block}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
