/*
Theme Name: The Motherhood
Theme URI: https://www.themotherhood.in
Description: Custom luxury Ayurvedic child theme for The Motherhood — pregnancy, postpartum & baby care. Child of Storefront (official WooCommerce theme). Premium cozy aesthetic, built lean and hardened for security and performance.
Author: The Motherhood — Development
Author URI: https://www.themotherhood.in
Template: storefront
Version: 0.3.0
Requires at least: 6.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: themotherhood
*/

/* -------------------------------------------------------------------------
   Brand tokens — single source of truth for the premium cozy palette & type.
   ------------------------------------------------------------------------- */
:root {
	/* Warm cream / ivory surfaces */
	--tm-cream:      #FBF5E9;   /* page background */
	--tm-cream-2:    #F4E9D6;   /* alt sections / arch backdrops */
	--tm-ivory:      #FFFDF8;   /* cards */

	/* Terracotta / clay — headings & brand */
	--tm-clay:       #A65E3F;
	--tm-clay-deep:  #834629;

	/* Soft coral — primary CTA (Add to Cart) */
	--tm-coral:      #EF9F88;
	--tm-coral-deep: #E4866B;

	/* Supporting */
	--tm-sage:       #879578;   /* botanical accent */
	--tm-charcoal:   #46403B;   /* body text */
	--tm-muted:      #7C736A;   /* secondary text */
	--tm-gold:       #E0A53C;   /* star ratings */
	--tm-line:       #EADFC9;   /* hairlines */
	--tm-safe:       #5A7D55;   /* pregnancy-safe green */
	--tm-slate:      #2B3140;   /* deep midnight slate — high-contrast cards */

	/* Type */
	--tm-font-head: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--tm-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

	/* Shape & rhythm */
	--tm-radius: 14px;
	--tm-arch: 150px;          /* product image arch (top radius) */
	--tm-shadow: 0 12px 34px rgba(70, 64, 59, 0.10);
	--tm-shadow-sm: 0 6px 18px rgba(70, 64, 59, 0.08);
	--tm-maxw: 1280px;
}
