/*!
 * The Merriweather font family is licensed under the Open Font License
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
 * from Google Fonts https://fonts.google.com/.
 */

@import 'https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&amp;subset=latin-ext'

/*!
 * Merriweather Utility Classes
 * --------------------------------------------------
 * The following classes are provided as a method for quickly applying specific variants of Merriweather to any element.
 * These classes are not required to use Merriweather in your project.
 * The above @import is required to use Merriweather.
 */

/* Merriweather Light
-------------------------------------------------- */
.merriweather-light {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
}
.merriweather-light-italic {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
}

/* Merriweather Regular
-------------------------------------------------- */
.merriweather, 
.merriweather-regular {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
}
.merriweather-italic, 
.merriweather-regular-italic {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
}

/* Merriweather Bold
-------------------------------------------------- */
.merriweather-bold {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
}
.merriweather-bold-italic {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
}

/* Merriweather Black
-------------------------------------------------- */
.merriweather-black {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
}
.merriweather-black-italic {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
}