@tailwind base;@tailwind components;@tailwind utilities;html{background-color:#000;color-scheme:dark}body{font-family:Poppins,sans-serif;background-color:#000;color:#fff;overflow-x:hidden}#root{background-color:#000;min-height:100vh;min-height:100dvh}@keyframes hero-enter{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.animate-hero-enter{animation:hero-enter 2s ease-out forwards}
