html { font-family: 'Inter', ui-sans-serif, system-ui, sans-serif; }
body { background: #0a0a0f; }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #111116; }
::-webkit-scrollbar-thumb { background: #2a2a35; border-radius: 8px; }
::-webkit-scrollbar-thumb:hover { background: #3a3a48; }

.glass {
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.015));
  border: 1px solid rgba(255,255,255,0.08);
}
