@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&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 all of the Merriweather variants.
 */

/* 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: 900;
}
.merriweather-black-italic {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 900;
}