:root{--color-brand-400: #34d399;--color-brand-500: #10b981;--color-brand-600: #059669;--color-brand-700: #047857;--color-black: #000000;--color-gray-950: #030712;--color-slate-900: #0F172A;--color-slate-300: #CBD5E1;--color-slate-400: #94A3B8;--color-slate-500: #64748B;--color-slate-700: #334155;--color-slate-800: #1E293B}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background-color:var(--color-brand-600);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-slate-900)}::-webkit-scrollbar-thumb{background-color:var(--color-slate-700);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:var(--color-slate-500)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease-in-out forwards}
