/*
Theme Name: Shoppestreet
Theme URI: https://shoppestreet.com
Author: Shoppestreet
Author URI: https://shoppestreet.com
Description: A modern, minimal, wellness-focused WooCommerce theme for Shoppestreet — built for essential oils, pooja items, itra, perfumes, herbal tea and churna potli. Fully editable via Customizer, Widgets and the Block Editor. Full WooCommerce support including product variations, quick view hooks, and styled cart/checkout/account flows.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shoppestreet
Tags: e-commerce, woo-commerce, custom-colors, custom-menu, custom-logo, editor-style, featured-images, threaded-comments, translation-ready
*/

/* ==========================================================================
   Design tokens — Modern Minimal Wellness palette
   ========================================================================== */
:root{
	--ss-cream:        #FAF7F2;
	--ss-cream-dark:   #F1ECE2;
	--ss-sage:         #7C9070;
	--ss-sage-dark:    #5C6E52;
	--ss-gold:         #C7A25C;
	--ss-gold-light:   #E8DAB8;
	--ss-charcoal:     #2B2A27;
	--ss-text:         #3E3C38;
	--ss-text-light:   #7A776F;
	--ss-white:        #FFFFFF;
	--ss-border:       #E7E1D6;
	--ss-error:        #B4553F;
	--ss-success:      #5C7A5A;

	--ss-font-heading: 'Cormorant Garamond', Georgia, serif;
	--ss-font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	--ss-radius: 6px;
	--ss-container: 1240px;
	--ss-transition: 200ms ease;
}
