@font-face {
	font-family: 'Merriweather';
	font-style: normal;
	font-weight: normal;
	src:
		local('Merriweather Regular'),
		local('Merriweather-Regular'),
		/* from https://fonts.gstatic.com/s/merriweather/v19/u-440qyriQwlOrhSvowK_l5-fCZK.woff */
		url('Merriweather.woff') format('woff');
}
@font-face {
	font-family: 'Source Serif Pro';
	font-style: normal;
	font-weight: normal;
	src:
		local('Source Serif Pro'),
		local('SourceSerifPro-Regular'),
		/* from https://fonts.gstatic.com/s/sourceserifpro/v5/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-pg.woff */
		url('Source_Serif_Pro.woff') format('woff');
}
