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

	--secondary-brand: #5d5d5f;
		
	--accent-1: #c32133;
		
	
	--primary-brand-a: #c3213380;	

	--secondary-brand-a: #5d5d5f80;	

	--accent-1a: #c3213380;

	
}