/* Variables */
:root {
	--primary-brand: #fff;
	--secondary-brand: #040707;
	--accent-1: #c69e00;
	--accent-2: #c69e00;
	--nav-cta: #c69e00;
	
	--primary-text: #000;
	--secondary-text: #fff;
	--btn-text: #000;
	--accent-rgb: 254, 205, 8;
}

/* old accent colours -  #FECD08;*/