
				@import url('https://fonts.googleapis.com/css?family=Wallpoet&display=swap');
				@import url('https://fonts.googleapis.com/css?family=Cantarell&display=swap');
				:root{
					--headline-font: 'Wallpoet';
					
					--body-font: 'Cantarell';
					
					--body-text-color: #000000;
					--large-headline-color: #ff1d14;
					--medium-headline-color: #ff1d14;
					--link-color: #0091eb;
					--button-text-color: #ffffff;
					--button-background-color: #ff1d14;
					--footer-background-color: #38374a;
					--footer-background-rgb: 56, 55, 74;
					--footer-link-color: #0091eb;
					--footer-text-color: #ffffff;
				}
			