@font-face {
	font-family: "Poppins";
	src: url("font/Poppins-Regular.woff2") format("woff2"),
		 url("font/Poppins-Regular.woff") format("woff"),
		 url("font/Poppins-Regular.ttf") format("truetype");
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Poppins";
	src: url("font/Poppins-Medium.woff2") format("woff2"),
		 url("font/Poppins-Medium.woff") format("woff"),
		 url("font/Poppins-Medium.ttf") format("truetype");
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Poppins";
	src: url("font/Poppins-Bold.woff2") format("woff2"),
		 url("font/Poppins-Bold.woff") format("woff"),
		 url("font/Poppins-Bold.ttf") format("truetype");
	font-stretch: normal;
	font-style: normal;
	font-weight: 700;
}