
/*****
	Font: Merriweather
*****/

/* Light */

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-light-italic.ttf');
  font-weight: 300;
  font-style: italic;
}

/* Regular */

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-regular-italic.ttf');
  font-weight: 400;
  font-style: italic;
}

/* Bold */

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-bold-italic.ttf');
  font-weight: 700;
  font-style: italic;
}

/* Black */

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-black.ttf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'merriweather';
  src: url('../fonts/merriweather-black-italic.ttf');
  font-weight: 900;
  font-style: italic;
}
