
/* INFINET_PALETTE — brand vars for the standard storefront look */
/* Your New Vitality — brand palette only.
 * The site's declared sage #79a37d measures 2.86:1 on white — below WCAG AA, and
 * --es-brand is used both as link colour and as a button ground under white text.
 * Darkened to #4f7355 (5.35:1), same sage hue. INTENTIONAL BRAND DEVIATION.
 * Measured on #fff: #4f7355 5.35:1 · #3a5640 8.13:1 */
.com-easystore {
	--es-brand: #4f7355;
	--es-brand-deep: #3a5640;
	--es-accent: #79a37d;
	--es-line: rgba(79, 115, 85, 0.18);
	--es-shadow: 0 10px 28px rgba(58, 86, 64, 0.10);
}
