/* Blue buttons and backgrounds should have white text */
.btn-primary,
.bg-primary,
.jumia-btn-primary,
.product-modal-button {
    color: white !important;
}

.btn-primary:hover,
.jumia-btn-primary:hover,
.product-modal-button:hover {
    color: white !important;
}

/* Footer links should be black */
footer a {
    color: black !important;
}

footer a:hover {
    color: #333 !important;
}