@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#09090b}::-webkit-scrollbar-thumb{background:#27272a;border-radius:20px}::-webkit-scrollbar-thumb:hover{background:#3f3f46}body{background-color:#09090b;color:#f4f4f5;font-family:Inter,sans-serif}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 40s linear infinite}.animate-marquee:hover{animation-duration:10s}
