@font-face {
	font-family: Poppins100;
	font-weight: 100;
	font-style: normal;
	src: url("Poppins100.woff2") format("woff2"), 
	url("Poppins100.woff2") format("woff");
}

@font-face {
	font-family: Poppins300;
	font-weight: 300;
	font-style: normal;
	src: url("Poppins300.woff2") format("woff2"), 
	url("Poppins300.woff2") format("woff");
}

@font-face {
	font-family: Poppins400;
	font-weight: 400;
	font-style: normal;
	src: url("Poppins400.woff2") format("woff2"), 
	url("Poppins400.woff2") format("woff");
}

@font-face {
	font-family: Poppins700;
	font-weight: 700;
	font-style: normal;
	src: url("Poppins700.woff2") format("woff2"), 
	url("Poppins700.woff2") format("woff");
}