body {
	font-family: CozetteVector;
	font-size: 13px;
	background: #000;
	color: #FFF;
}
h1 {
	font-size: 2em;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 26px;
	}
}
