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

	--secondary-brand: #0c5395;
		
	--accent-1: #0c5395;
		
	
	--primary-brand-a: #4C98E480;	

	--secondary-brand-a: #0c539580;	

	--accent-1a: #0c539580;

	
}