*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: #0B1F3A; color: #fff; font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #F5A623; text-decoration: none; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #0B1F3A; }
::-webkit-scrollbar-thumb { background: #F5A623; border-radius: 3px; }
::selection { background: rgba(245,166,35,0.3); color: #fff; }
