.dodgerblu {
    color: var(--accent-blue);
}

.hover-text-white:hover {
    color: var(--text-primary) !important;
    transition: color 0.3s ease;
}

.hover-text-dark:hover {
    color: var(--bg-primary) !important;
    transition: color 0.3s ease;
}
