/*
 Theme Name: Goldsmith Child
 Theme URI: https://themeforest.net/item/goldsmith-jewelry-store-woocommerce-theme/37712919
 Template: goldsmith
 Author: Your Name
 Author URI: https://babooneaccessory.com/
 Description: Child theme for Goldsmith Jewelry Store WooCommerce Theme
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: goldsmith-child
*/

/* === Client Color Scheme: Soft Integration === */
:root {
  /* Page & section backgrounds – subtle change site-wide */
  --goldsmith-bg-soft: #d6ece0;
  --goldsmith-gray-soft: #d6ece0;
  --goldsmith-gray-softer: #f0f6f3;

  /* Light green accent for chips/badges/etc. */
  --goldsmith-green-soft: #c1deca;

  /* Borders toned into the same family */
  --goldsmith-border: #c1deca;
}
html {
    overflow-x: hidden;
}