/* Merriweather Sans */ 
@font-face { 
	font-family: "Merriweather"; 
	src: url('webfonts/MerriweatherSans-VariableFont_wght.ttf') format('truetype'); 
	font-weight: 400; 
	font-style: normal; 
} 
 
/* Merriweather Sans Italic */ 
@font-face { 
	font-family: "MerriweatherItalic"; 
	src: url('webfonts/MerriweatherSans-Italic-VariableFont_wght.ttf') format('truetype'); 
	font-weight: 800; 
	font-style: italic; 
} 