@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#0e0e0e;color:#e5e5e5;font-family:Inter,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:red}
