@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

:root {
	--font1:						'Lato', sans-serif;
	--font2:						'Lato', sans-serif;
	
	--primary:						#2b466b;
	--accent: 						#00C6B8;
	--body-bg:						#f0f6f9;
	
	--header-bg:	 				white;
	--header-nav-mobile-bg:			#cfe1ea;
	--header-border-color:			#dfeff6;
	
	--header-nav-color: 			#2B466B;
	--header-nav-hover:				var(--accent);
	--header-nav-border-color:	 	var(--accent);
	--header-nav-current: 			var(--primary);
	
	--hamburger-bg:					var(--header-nav-color);
	
	--footer-bg:					white;
	--footer-border-color:			#dfeff6;
	--footer-nav:					#0007;
	--footer-nav-hover:				var(--accent);
	--footer-copyright:				#0007;
}