/* Variables */
:root {
	--primary-brand: #fff;
	--secondary-brand: #002E52;
	--accent-1: #D2191E;
	--accent-2: #D2191E;
	--nav-cta: #D2191E;
	
	--primary-text: #000;
	--secondary-text: #fff;
	--btn-text: #fff;
	--accent-rgb: 210, 25, 30;
}