@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

/* --- Innova Africa: Color-Matching UI --- */
.btn-primary, .add-to-cart {
    background-color: #004a99 !important;
    border-color: #003366 !important;
    font-weight: 700;
}
.btn-primary:hover, .add-to-cart:hover {
    background-color: #00aaff !important;
}
a { color: #004a99; }
a:hover { color: #00aaff; }

/* --- Innova Africa: Enterprise Typography --- */
body, #wrapper, .product-price {
    font-family: 'Inter', sans-serif !important;
}
h1, h2, h3 {
    font-weight: 800 !important;
    color: #1a1a1a !important;
}

/* --- Innova Africa: Checkout Cleanup --- */
.form-group.row.alias, .form-group.row.company {
    display: none !important;
}
#payment-confirmation button {
    background-color: #28a745 !important;
    width: 100%;
}