:root{--background:#fff;--foreground:#1a202c}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--background);color:var(--foreground);min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}