tailwind.config = { theme: { extend: { fontFamily: { mono: ['"JetBrains Mono"', 'monospace'], sans: ['"Space Grotesk"', 'sans-serif'], }, colors: { void: '#050505', panel: '#0a0a0a', border: '#1f1f1f', neon: '#ff3333', muted: '#525252', txt: '#e5e5e5' }, animation: { 'pulse-slow': 'pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite', } } } }