/* Import Sora font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;700&display=swap');

/* Target common WooCommerce popup/cart buttons */
.woocommerce-message a.button,
a.added_to_cart.wc-forward,
.elementor-menu-cart__footer-buttons a,
.woocommerce-mini-cart__buttons a.button,
.xoo-wsc-btn,
.wac-btn-wrapper a.button,
.continue-shopping,
.added_to_cart,
.popup-cart-buttons button,
.popup-cart-buttons a.button,
.wc-block-components-button {
    font-family: 'Sora', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    border-radius: 4px !important;
    text-transform: none !important;
    box-shadow: none !important;
}

.woocommerce-message a.button:hover,
a.added_to_cart.wc-forward:hover,
.elementor-menu-cart__footer-buttons a:hover,
.woocommerce-mini-cart__buttons a.button:hover,
.xoo-wsc-btn:hover,
.added_to_cart:hover,
.wc-block-components-button:hover {
    background-color: #f0f0f0 !important;
    color: #000000 !important;
}