@tailwind base; @tailwind components; @tailwind utilities; body { background: #111111; color: #e8e8e8; font-family: 'Inter', sans-serif; font-size: 14px; } ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { background: transparent; } ::-webkit-scrollbar-thumb { background: #333333; border-radius: 3px; } ::-webkit-scrollbar-thumb:hover { background: #444444; } input[type=range] { -webkit-appearance: none; appearance: none; background: transparent; cursor: pointer; }