:root {
	--base: #f6f8f6;
	--green: #3c433b;
	--grey: #5f6368;
}

body {
	font-size: 100%;
	font-family: 'Red Hat Mono', monospace;
	color: var(--grey);
	isolation: isolate;
	background-color:var(--base);
}

h1,h2,h3 {text-transform: uppercase; color: var(--green)!important;}
@media all and (min-width: 767px){
	h1 {font-size: 3em;}
	h2 {font-size: 2.5em;}
	h3 {font-size: 2em;}
}
p {font-size: 0.9em;}