/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'merriweather';
  font-style: normal;
  font-weight: 400;
	src: local(''),
		url('merriweather-v30-latin-regular.woff2') format('woff2'); /* Super Modern Browsers */
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'merriweather';
  font-style: normal;
  font-weight: 900;
	src: local(''),
  	url('merriweather-v30-latin-700.woff2') format('woff2'); /* Super Modern Browsers */
}