/* Poppins Font */
/* Poppins Font Regular */
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-regular.ttf") format("truetype");
    font-style: normal;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-100.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-200.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-300.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-500.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-600.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-800.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}
@font-face {
	font-family: "Poppins-Regular";
	src: url("../../modules/fonts/poppins/Poppins-900.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

/* Poppins Font Italic */
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-italic.ttf") format("truetype");
    font-style: italic;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-100italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 100;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-200italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 200;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-300italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-400italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-500italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 500;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-600italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-700italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-800italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 800;
}
@font-face {
	font-family: "Poppins-Italic";
	src: url("../../modules/fonts/poppins/Poppins-900italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 900;
}