export const ANIMATION = { duration: 0.5, ease: [0.22, 1, 0.36, 1] as const, staggerDelay: 0.1, } as const export const COLORS = { electric: '#3b82f6', signal: '#22c55e', indigo: '#6366f1', purple: '#a78bfa', amber: '#f59e0b', red: '#ef4444', } as const