:root {
	--primary-50: #e6f7ee;
	--primary-100: #cceee0;
	--primary-200: #99ddc0;
	--primary-300: #66cc9f;
	--primary-400: #33bb7f;
	--primary-500: #009a56;
	--primary-600: #00894a;
	--primary-700: #007a33; /* Base Color */
	--primary-800: #00692b;
	--primary-900: #005622;
	--primary-950: #00441a;
	--primary-1000: #003312;
	--secondary-50: #e6f9f0; /* Lightest */
	--secondary-100: #ccf3e1;
	--secondary-200: #99e7c3;
	--secondary-300: #66dba4;
	--secondary-400: #33cf86;
	--secondary-500: #00c367;
	--secondary-600: #00ae56;
	--secondary-700: #00965e; /* Base color */
	--secondary-800: #00814f;
	--secondary-900: #006d41;
	--secondary-950: #004a2d; /* Darkest */
	--tertiary-50: #e8f1e6;
	--tertiary-100: #d1e3cd;
	--tertiary-200: #a4c79b;
	--tertiary-300: #43802a; /* Base color */
	--tertiary-400: #3a7125;
	--tertiary-500: #32621f;
	--tertiary-600: #294f19;
	--tertiary-700: #203b13;
	--tertiary-800: #18290e;
	--tertiary-900: #101908;
	--tertiary-950: #29130d; /* Darkest */
    --backdrop: 0, 47, 69;
}