* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  background:#000000; color:#FFFFFF;
  font-family:'Inter',sans-serif;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.display { font-family:'Space Grotesk',sans-serif; }
.muted { color:rgba(255,255,255,0.5); }
