body {
	background-color: #e9f4f8;
	font-family: 'Cormorant Garamond', serif;
	font-optical-sizing: auto;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 300;
}
