.bg-primary-500 {
    background-color: #132ACC !important;
}

.hover\:bg-primary-500:hover {
    background-color: #132ACC !important;
}

.bg-primary-600 {
    background-color: #132ACC !important;
}

.text-primary-500, .text-primary-600 {
    color: #132ACC !important;
}
.hover\:text-primary-500, .hover\:text-primary-600 {
    color: #132ACC !important;
}

.hover\:text-primary-500:hover, .hover\:text-primary-600:hover {
    color: #132ACC !important;
}
