@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100;300;400;500;700;900&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#000;--foreground:#fff;--accent:#ff4500;--accent-foreground:#fff;--secondary-bg:#111;--card-bg:#1a1a1a;--border-color:#ffffff1a}.font-outfit{font-family:Outfit,sans-serif}body{background-color:var(--background);color:var(--foreground);font-family:Outfit,sans-serif}html,body{max-width:100vw;overflow-x:hidden}::-webkit-scrollbar{background-color:#030712;width:10px}::-webkit-scrollbar-thumb{background-color:#1e293b;border:3px solid #030712;border-radius:10px}::-webkit-scrollbar-thumb:hover{background-color:#22d3ee}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.animate-blink{animation:1s step-end infinite blink}
