@tailwind base;@tailwind components;@tailwind utilities;html{@apply bg-slate-950 text-gray-100}body{@apply bg-slate-950;color-scheme:dark}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64748b}*{@apply transition-colors}:focus{@apply outline-none ring-2 ring-gold-500 ring-offset-2 ring-offset-slate-950}button:focus{@apply outline-none ring-2 ring-gold-500 ring-offset-2 ring-offset-slate-950}a:focus{@apply outline-none ring-2 ring-gold-500 ring-offset-2 ring-offset-slate-950 rounded}