*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: #0a0f0a;
  color: #faf6f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0a0f0a; }
::-webkit-scrollbar-thumb { background: rgba(37, 211, 102, 0.2); border-radius: 3px; }
::selection { background: rgba(37, 211, 102, 0.25); color: #faf6f0; }
html { scrollbar-color: rgba(37, 211, 102, 0.2) #0a0f0a; scrollbar-width: thin; }
