:root {


	--palette-green: #3e4d34;
	--palette-lightgreen: #8f9779;
	--palette-olive2: #bab86c;
	--palette-beige: beige;
	--palette-gray: #6a6c6e;
	--palette-lightgray: #e1e3e6;
	--palette-black: #181818;
	--palette-white: #f5f7f5;
	--palette-bright-white: #ffffff;
	

	--palette-alertred: #F15152;
	--palette-warningyellow: #DEBA6F;
	--palette-infoblue: #2C5784;
	--palette-red: #F15152;
	

	--palette-olive-100: #9e9c5a;
	--palette-olive-200: #a8a663;
	--palette-olive-300: #b1af6d;
	--palette-olive-400: #bbb976;
	--palette-olive-500: #c5c380;


    
    --green:#3e4d34;        /* brand */
    --green-deep:#2c3826;
    --green-soft:#5c6e4f;
    --rose:#b8617a;         /* June birth flower accent */
    --rose-soft:#f3e3e8;
    --cream:#f7f5ef;        /* warm paper, not the generic cream */
    --kraft:#e7e0d3;        /* eco / natural */
    --ink:#28291f;
    --muted:#6b6e5f;
    --line:#e2ddd0;
    --white:#fffdf9;
    --radius:14px;
    --shadow:0 1px 2px rgba(40,41,31,.04), 0 12px 30px -12px rgba(40,41,31,.18);
 
}