/* Source: http://google-webfonts-helper.herokuapp.com */

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local(''),
		url(../fonts/merriweather-v30-latin-regular.woff2) format('woff2'),
		url(../fonts/merriweather-v30-latin-regular.woff) format('woff');
	font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: local(''),
		url(../fonts/merriweather-v30-latin-italic.woff2) format('woff2'),
		url(../fonts/merriweather-v30-latin-italic.woff) format('woff');
	font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local(''),
		url(../fonts/merriweather-v30-latin-700.woff2) format('woff2'),
		url(../fonts/merriweather-v30-latin-700.woff) format('woff');
	font-display: swap;
}

@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: local(''),
		url(../fonts/merriweather-v30-latin-700italic.woff2) format('woff2'),
		url(../fonts/merriweather-v30-latin-700italic.woff) format('woff');
	font-display: swap;
}