/* Tailwind overrides and custom utilities */
:root {
    --indigo-900: #4B5EAA;
    --teal-500: #4FD1C5;
    --coral-500: #F56565;
    --neon-blue: #00DDEB;
}

.text-coral-500 { color: var(--coral-500); }
.bg-coral-500 { background-color: var(--coral-500); }
.hover\:bg-coral-600:hover { background-color: #E53E3E; }