/*
 Theme Name:   Equity Crafts NP
 Theme URI:    https://equitycraftsnp.local/
 Description:  Handmade smoking accessories manufacturer. Child theme of GeneratePress.
 Author:       Equity Crafts NP
 Author URI:   https://equitycraftsnp.local/
 Template:     generatepress
 Version:      1.0.0
 Requires at least: 6.0
 Tested up to:      7.0
 Requires PHP:      8.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  equitycraftsnp
 Tags:         e-commerce, custom-colors, custom-logo, featured-images, translation-ready, block-styles
*/

/* ==========================================================================
   Equity Crafts NP — Design tokens ("Heritage Gold" — approved palette)
   Every value below is OVERRIDABLE in Appearance → Customize → Equity Crafts.
   ========================================================================== */
:root {
	/* Brand surfaces */
	--ec-bg:         #15110D;   /* primary dark — espresso */
	--ec-bg-2:       #0E0B08;   /* deeper panels */
	--ec-charcoal:   #211B15;
	--ec-surface:    #F6F1E9;   /* light e-commerce section */
	--ec-card:       #FFFFFF;
	--ec-ink:        #1C140D;   /* dark text on light */
	--ec-ink-soft:   #5B5044;

	/* Accents */
	--ec-gold:       #C9A24B;   /* primary accent — trust / heritage */
	--ec-gold-soft:  #E2C679;
	--ec-ember:      #C75B2B;   /* secondary — smoking / molten glass */
	--ec-ember-2:    #DD7A35;

	/* Text */
	--ec-bone:       #F4EEE3;
	--ec-sand:       #E9DFD0;
	--ec-muted:      #9A8F82;

	/* Shape & depth */
	--ec-radius:     14px;
	--ec-radius-lg:  22px;
	--ec-shadow:     0 12px 30px rgba(20,16,10,.09);
	--ec-shadow-hover: 0 20px 46px rgba(20,16,10,.16);

	/* Type */
	--ec-font-head: "Fraunces", Georgia, "Times New Roman", serif;
	--ec-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	/* Layout */
	--ec-maxw: 1240px;
}

/* Minimal base (kept light so GeneratePress / WooCommerce defaults stay intact) */
body { font-family: var(--ec-font-body); }
h1, h2, h3, h4 { font-family: var(--ec-font-head); font-weight: 600; line-height: 1.1; }
