body {
	p, li {
		font-family: 'Roboto', sans-serif;
		font-size: 12pt;
		color: white;
	}  
}
h1, h2, h3 {
	font-family: 'Paytone one', sans-serif;
	font-size: 70pt;
	color: White;
	line-height: 60pt;
	
	

}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 14pt;
	color: White;
}

@media screen and (max-width: 768px) {
	h1, h2, h3 {
		font-size: 30pt;
		line-height: 20pt;
		color: White;
		font-family: 'Paytone one', sans-serif;
	}
}