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

:root {
	--font1:						'Nunito Sans', sans-serif;
	--font2:						'Cabin', sans-serif;
	
	--primary:						#000;
	--accent: 						#0064FF;
	--body-bg:						#f5f5f5;
	
	--header-bg:	 				#fff;
	--header-nav-mobile-bg:			#fff;
	--header-border-color:			#0002;
	
	--header-nav-color: 			#0007;
	--header-nav-hover:				var(--accent);
	--header-nav-border-color:	 	var(--accent);
	--header-nav-current: 			var(--accent);
	
	--hamburger-bg:					var(--header-nav-color);
	
	--footer-bg:					var(--accent);
	--footer-border-color:			transparent;
	--footer-nav:					#fff9;
	--footer-nav-hover:				white;
	--footer-copyright:				#fff9;
}