
				@import url('https://fonts.googleapis.com/css?family=Orbitron:700&display=swap');
				@import url('https://fonts.googleapis.com/css?family=Cantarell&display=swap');
				:root{
					--headline-font: 'Orbitron';
					--headline-font-weight: 700;
					--body-font: 'Cantarell';
					
					--body-text-color: #000000;
					--large-headline-color: #a7061e;
					--medium-headline-color: #a7061e;
					--link-color: #ac3c0c;
					--button-text-color: #fffffa;
					--button-background-color: #a7061e;
					--footer-background-color: #000000;
					--footer-background-rgb: 0, 0, 0;
					--footer-link-color: #ac3c0c;
					--footer-text-color: #ffffff;
				}
			