@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;600;700;800&family=Sarabun:wght@300;400;500;600&display=swap");

/* Nuclear font override for cart page — load after Razzi */
body.woocommerce-cart,
body.woocommerce-cart * {
    font-family: "Sarabun", sans-serif !important;
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart table.shop_table thead th,
body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td {
    font-family: "Kanit", sans-serif !important;
}

/* Checkout button */
body.woocommerce-cart a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout a {
    background: #FF4400 !important;
    color: white !important;
    font-family: "Sarabun", sans-serif !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: 0 3px 12px rgba(255,68,0,.25) !important;
}
body.woocommerce-cart a.checkout-button:hover {
    background: #FF6A00 !important;
    color: white !important;
}

/* Prices */
body.woocommerce-cart .product-price .woocommerce-Price-amount,
body.woocommerce-cart .product-subtotal .woocommerce-Price-amount,
body.woocommerce-cart .order-total .woocommerce-Price-amount {
    color: #FF4400 !important;
    font-weight: 700 !important;
}