@font-face {
	font-family: "Merriweather-Bold";
	font-style: normal;
	src: url('../fonts/Merriweather/Merriweather-Bold.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Merriweather-Regular";
	font-style: normal;
	src: url('../fonts/Merriweather/Merriweather-Regular.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Merriweather-Light";
	font-style: normal;
	src: url('../fonts/Merriweather/Merriweather-Light.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Merriweather-Black";
	font-style: normal;
	src: url('../fonts/Merriweather/Merriweather-Black.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "ArialMT";
	font-style: normal;
	src: url('../fonts/ArialMT.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Roboto-Regular";
	font-style: normal;
	src: url('../fonts/Roboto/Roboto-Regular.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Roboto-Bold";
	font-style: normal;
	src: url('../fonts/Roboto/Roboto-Bold.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Roboto-Medium";
	font-style: normal;
	src: url('../fonts/Roboto/Roboto-Medium.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Roboto-Light";
	font-style: normal;
	src: url('../fonts/Roboto/Roboto-Light.ttf') format("TrueType");
	font-display: fallback;
}

@font-face {
	font-family: "Asap-Bold";
	font-style: normal;
	src: url('../fonts/Asap-Bold.ttf') format("TrueType");
	font-display: fallback;
}