/* Phase 7: cart / checkout / my-account redesign. Scoped to is_cart(),
   is_checkout() and is_account_page() — these are not covered by
   is_woocommerce(), so ww-shop.css's --shop-* tokens are enqueued
   alongside this file specifically for these templates. */

.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account .button {
	background: var(--shop-accent-gradient);
	color: #fff;
	border: none;
	font-family: Montserrat, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	color: var(--shop-price);
	font-weight: 700;
}
