*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #06060A;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #06060A; }
::-webkit-scrollbar-thumb { background: rgba(255,69,0,0.4); border-radius: 2px; }
::selection { background: rgba(255,69,0,0.3); color: #fff; }
