/* Consent Banner Styling */

#consent-banner-modal .consent-banner-modal-wrapper h2 {
    font-family: var(--wp--preset--font-family--theme-antonio) !important;
}

.consent-banner-button {
    font-family: var(--wp--preset--font-family--theme-antonio) !important;
    color: #f2b964;
    background-color: white;
    border-color: #f2b964;
}

.consent-banner-button:hover {
    color: #ffcc68;
    border-color: #ffcc68;
}

.consent-banner-button[href="#accept"] {
    color: white;
    background-color: #f2b964;
    border-color: #f2b964;
}

.consent-banner-button[href="#accept"]:hover {
    background-color: #ffcc68;
    border-color: #ffcc68;
}
