/* Custom Color Utilities for New Brand Colors */
.text-navy {
    color: #002B5C !important;
}

.bg-navy {
    background-color: #002B5C !important;
}

.border-navy {
    border-color: #002B5C !important;
}

.hover\:text-navy:hover {
    color: #002B5C !important;
}

.hover\:bg-navy:hover {
    background-color: #002B5C !important;
}

.hover\:border-navy:hover {
    border-color: #002B5C !important;
}

.text-accent-yellow {
    color: #FFED00 !important;
}

.bg-accent-yellow {
    background-color: #FFED00 !important;
}

.group:hover .group-hover\:text-navy {
    color: #002B5C !important;
}