@font-face {
	font-family: "Merriweather";
    src: url('./Merriweather-Light.ttf');
    font-weight: 300;
}
@font-face {
	font-family: "Merriweather-Italic";
    src: url('./Merriweather-LightItalic.ttf');
    font-weight: 300;
}
@font-face {
	font-family: "Merriweather";
    src: url('./Merriweather-Regular.ttf');
    font-weight: 400;
}
@font-face {
	font-family: "Merriweather-Italic";
    src: url('./Merriweather-Italic.ttf');
    font-weight: 400;
}
@font-face {
	font-family: "Merriweather";
    src: url('./Merriweather-Bold.ttf');
    font-weight: 700;
}
@font-face {
	font-family: "Merriweather-Italic";
    src: url('./Merriweather-BoldItalic.ttf');
    font-weight: 700;
}
@font-face {
	font-family: "Merriweather";
    src: url('./Merriweather-Black.ttf');
    font-weight: 900;
}
@font-face {
	font-family: "Merriweather-Italic";
    src: url('./Merriweather-BlackItalic.ttf');
    font-weight: 900;
}
