/* Glowing text effects for Word Shuffle */
.glow-text {
    color: #0EA5E9 !important;
    text-shadow: 0 0 10px rgba(14, 165, 233, 0.7), 
                 0 0 20px rgba(14, 165, 233, 0.5), 
                 0 0 30px rgba(14, 165, 233, 0.3);
    letter-spacing: 1px;
    font-weight: 600;
}

.glow-text-subtle {
    color: #0EA5E9 !important;
    text-shadow: 0 0 8px rgba(14, 165, 233, 0.6),
                 0 0 15px rgba(14, 165, 233, 0.4);
    letter-spacing: 0.5px;
    font-weight: 500;
}