@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";body ::-webkit-scrollbar{width:8px;height:8px}body ::-webkit-scrollbar-track{background:#1e293b}body ::-webkit-scrollbar-thumb{background-color:#f59e0b;border-radius:20px;border:2px solid #1e293b}body ::-webkit-scrollbar-thumb:hover{background-color:#d97706}.prose strong{color:#fde68a!important}.prose a{color:#fcd34d!important}.prose a:hover{color:#fbbf24!important}.prose p{margin:.5em 0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-out forwards}body{font-family:Poppins,sans-serif}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee2{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-marquee{animation:marquee 40s linear infinite}.animate-marquee2{animation:marquee2 40s linear infinite}@keyframes story-progress{0%{width:0%}to{width:100%}}.story-progress-bar-active{animation:story-progress 5s linear forwards}
