/* Variables */
:root {
	--primary-brand: #fff;
	--secondary-brand: #3F942D;
	--accent-1: #fd9519;
	--accent-2: #fd9519;
	--nav-cta: #fd9519;
	
	--primary-text: #000;
	--secondary-text: #fff;
	--btn-text: #000;
	--accent-rgb: 249, 225, 10;
}