html{scroll-behavior:smooth}body{box-sizing:border-box;color:#f3f4f6;background-color:#0b0f19;margin:0;padding:0;font-family:Inter,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0b0f19}::-webkit-scrollbar-thumb{background:#1f2937;border:2px solid #0b0f19;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#c5a880}#root{flex-direction:column;min-height:100vh;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.8s cubic-bezier(.4,0,.2,1) forwards fadeIn}
