/* colours - start */
/* colour names and code as exported from design file */
/* hex code for simple use, rgb values for using with opacity */
:root{
	--brand-purple:#52389f; 
	--brand-blue:#003777;
	--brand-orange:#f90;
	--brand-green:#32c06f;
	--brand-white:#fff;
	--other-blue:#7f9bbb;
	--other-pink:#b27fe5;
}
/* colours - end */