:root{
	/* Cigeotech Engineering Ltd — brand palette
	   Sampled from the company logo: navy #00008C, blue #0062B3, green #2DB200 */
	--primary: #2DB200;
	--secondary: #050B3D;
	--primary-hover: #249000;
	--primary-dark: #1F7A00;
	--rgba-primary-1: rgba(45,178,0,0.1);
	--rgba-primary-2: rgba(45,178,0,0.2);
	--rgba-primary-3: rgba(45,178,0,0.3);
	--rgba-primary-4: rgba(45,178,0,0.4);
	--rgba-primary-5: rgba(45,178,0,0.5);
	--rgba-primary-6: rgba(45,178,0,0.6);
	--rgba-primary-7: rgba(45,178,0,0.7);
	--rgba-primary-8: rgba(45,178,0,0.8);
	--rgba-primary-9: rgba(45,178,0,0.9);
	--title: #050B3D;
	--quote: url(../images/quote-1.png);

	/* Supporting brand tokens */
	--cig-navy: #00008C;
	--cig-blue: #0062B3;
	--cig-green: #2DB200;
}
