:root {
  --canvas: #fbf9f4;
}

body,
.site-main,
.shop-main,
.sf-blog-content,
.sf-art-collections,
.sf-account-page,
.sf-account-shell {
  background-color: var(--canvas);
}

/* Keep interactive surfaces crisp against the warm canvas. */
.site-header,
.woocommerce ul.products li.product,
.sf-post-card,
.sf-account-shell .woocommerce-MyAccount-content,
.sf-account-shell .woocommerce-form-login,
.sf-account-shell .woocommerce-form-register,
.woocommerce-cart-form,
.woocommerce-checkout form,
.contact-form input,
.contact-form textarea {
  background-color: #fff;
}

.sf-account-hero,
.section-soft,
.sf-shop-hub,
.woocommerce .cart-collaterals .cart_totals {
  background-color: #f5f0e7;
}
