/* Merriweather Sans Regular (Variable Weight) */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 100 900; /* Variable weight range */
  src: url('MerriweatherSans-VariableFont_wght.ttf') format('truetype');
}

/* Merriweather Sans Italic (Variable Weight) */
@font-face {
  font-family: 'Merriweather Sans';
  font-style: italic;
  font-weight: 100 900; /* Variable weight range */
  src: url('MerriweatherSans-Italic-VariableFont_wght.ttf') format('truetype');
}
