
:root { --brand-primary: #3b82f6; --brand-secondary: #1e40af; --brand-accent: #f59e0b; }
body { margin: 0; font-family: 'Inter', sans-serif; background-color: #f8fafc; }
.custom-scrollbar::-webkit-scrollbar { width: 8px; }
.custom-scrollbar::-webkit-scrollbar-track { background: #f1f1f1; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #888; border-radius: 4px; }
