h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", Helvetica, Arial, sans-serif;
	font-weight: 900;
	line-height: 125%;
	
	color: #ae914e;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
}

h1 {
	font-size: 40px;
	font-style: italic;
	margin-bottom: 10px;
}

h2 {
	font-size: 33px;
	//font-style: italic;
	margin-bottom: 5px;
}

h3 {
	font-size: 25px;
	margin-bottom: 10px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 50px;
}

h6 {
	font-style: italic;
	line-height: 100%;
}

a {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
	
	color: #ae914e;
	transition: color 100ms ease-in-out;
}

a:hover {
	color: #1e1e1e;
}

p {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	
	color: #1e1e1e;
}
