.typography {
	font-family: 'Lora', serif;
	font-size: 15px;
	color: #424242;
}

.typography h1, h2, h3, h4 {
	color: #49bfbb;
	font-weight: bold;
	font-style: italic;
}

.typography h1 {
	margin-top: 0;
	font-size: 26px;
}

.typography h2 {
	font-size: 22px;
}

.typography h3 {
	font-size: 19px;
}

.typography a:link, .typography a:visited {
	color: #2d706e;
}