/*
Theme Name: Deli2on
Theme URI: https://deli2on.com
Author: Deli2on Products
Description: Custom WooCommerce theme for Deli2on Products — South Indian coffee, functional coffee and natural products. Built around the brand's farm-to-cup story, sourced from Wayanad and Coorg.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
Text Domain: deli2on
Requires Plugins: woocommerce
*/

/* ==========================================================================
   Design tokens
   ========================================================================== */
:root {
	/* Brand palette — pulled from the Deli2on product photography:
	   deep roasted-bean espresso, warm caramel/gold ring, cream backdrop,
	   and a quiet leaf green for "natural / ingredient" moments. */
	--d2-espresso:      #2B1710;
	--d2-espresso-soft:  #3C2216;
	--d2-bark:           #5C3A22;
	--d2-caramel:        #BE8A3D;
	--d2-caramel-light:  #E4BE7C;
	--d2-cream:          #F6EFE1;
	--d2-parchment:      #FBF7EE;
	--d2-ink:            #241509;
	--d2-leaf:           #52684A;
	--d2-leaf-soft:      #EDF1E7;
	--d2-line:           rgba(43, 23, 16, 0.14);
	--d2-line-on-dark:   rgba(246, 239, 225, 0.18);

	/* Type */
	--d2-font-display: 'Fraunces', 'Georgia', serif;
	--d2-font-body: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;

	/* Layout */
	--d2-max: 1180px;
	--d2-gutter: clamp(20px, 5vw, 56px);
	--d2-radius: 3px;
}
