/* Variables */
:root {
	--primary-brand: #AFBDC6;
	--secondary-brand: #66828D;
	--accent-1: #003082;
	--accent-2: #003082;
	--nav-cta: #AFBDC6;
	
	--primary-text: #000;
	--secondary-text: #fff;
	--btn-text: #fff;
	--accent-rgb: 0, 48, 130;
}