/* Accent text colors */
.text-cyan { color: var(--neon-cyan); }
.text-pink { color: var(--neon-pink); }
.text-green { color: var(--neon-green); }
.text-purple { color: var(--neon-purple); }
.text-yellow { color: var(--neon-yellow); }
.text-blue { color: var(--neon-blue); }
.text-orange { color: var(--neon-orange); }

