@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-Bold.ttf') format('truetype');
	font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
	font-family: 'Merriweather';
	src: url('Merriweather-Italic.ttf') format('truetype');
	font-weight: normal;
    font-style: italic;
    font-display: fallback;
}

a {
	text-decoration: none;
	color: #2c72d3;
}

a:hover {
	text-decoration: underline;
	color: #0e71f0
}