@tailwind base;@tailwind components;@tailwind utilities;*{scrollbar-width:thin;scrollbar-color:#2a2a2a #111}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}body{font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif}