html{font-size:16px;scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  background:var(--aurora-bg);
  color:var(--aurora-text);
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
button{font-family:inherit}
