@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 400;
	src: url('merriweather.eot');
	src: local('Merriweather'),
		url('merriweather.eot?#iefix') format('embedded-opentype'),
		url('merriweather.woff') format('woff'),
		url('merriweather.ttf') format('truetype'),
		url('merriweather.svg#Merriweather') format('svg');
}

@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: 700;
	src: url('merriweather.eot');
	src: local('Merriweather Bold'), local('Merriweather-Bold'),
		url('merriweather.eot?#iefix') format('embedded-opentype'),
		url('merriweather-bold.woff') format('woff'),
		url('merriweather-bold.ttf') format('truetype'),
		url('merriweather.svg#Merriweather') format('svg');
}