/**
 * Aromë WooCommerce Suite - Global Styles
 * Fixes and global styling for entire plugin
 */

/* Remove Playfair Display from all plugin elements */
.arome-product-configurator *,
.arome-section *,
.arome-alert *,
.arome-delivery-scheduler *,
.arome-transfer-section *,
#arome-print-window *,
.arome-my-account * {
    font-family: inherit !important;
}

/* Ensure colors use brand palette */
.arome-primary-color {
    color: #eaa2b1 !important;
}

.arome-primary-bg {
    background-color: #eaa2b1 !important;
}

.arome-primary-border {
    border-color: #eaa2b1 !important;
}

.arome-secondary-bg {
    background-color: #f7dede !important;
}

