/* School Styles */
/* Variable name ended with 'a' indicated that this colour has opacity values.*/
:root {
	--primary-brand: #E1A829;

	--secondary-brand: #072F4B;
		
	--accent-1: #E1A829;
		
	
	--primary-brand-a: #E1A82980;	

	--secondary-brand-a: #072F4B80;	

	--accent-1a: #E1A82980;

	
}