@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body{color:#fff;background-color:#0f0f0f;margin:0;font-family:Roboto,system-ui,sans-serif}#root{min-height:100vh}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#272727}.custom-scrollbar::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#888}
