
				@import url('https://fonts.googleapis.com/css?family=Maven+Pro:900&display=swap');
				@import url('https://fonts.googleapis.com/css?family=Cantarell&display=swap');
				:root{
					--headline-font: 'Maven Pro';
					--headline-font-weight: 900;
					--body-font: 'Cantarell';
					
					--body-text-color: #666666;
					--large-headline-color: #035e9e;
					--medium-headline-color: #045d9e;
					--link-color: #395abf;
					--button-text-color: #ffffff;
					--button-background-color: #ff5500;
					--footer-background-color: #09416b;
					--footer-background-rgb: 9, 65, 107;
					--footer-link-color: #6eb0d8;
					--footer-text-color: #ffffff;
				}
			