
/* INFINET_PALETTE — brand vars for the standard storefront look */
/* Grief Pets — brand palette only.
 * The site's declared link colour #45b649 measures 2.64:1 on white — well below
 * WCAG AA. --es-brand is used as a link colour on white AND as a button ground
 * under white text, so it cannot be used unchanged. Darkened to #2b7f2f (5.03:1),
 * which keeps the same green hue. INTENTIONAL BRAND DEVIATION, recorded here so
 * it is not mistaken for a mismatch. Their orange #f57e20 (2.9:1) is decorative
 * only — bound to --es-accent, never behind text. */
.com-easystore {
	--es-brand: #2b7f2f;
	--es-brand-deep: #1f5c22;
	--es-accent: #f57e20;
	--es-line: rgba(43, 127, 47, 0.18);
	--es-shadow: 0 10px 28px rgba(31, 92, 34, 0.10);
}
