@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box}body{@apply bg-gray-950 text-white antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-gray-900;}::-webkit-scrollbar-thumb{@apply bg-gray-700 rounded-full;}}
