@font-face {
	font-family: "poppins-bold";
	src: 	url("../fonts/Poppins-Bold.ttf") format('truetype'),
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "poppins-light";
	src: 	url("../fonts/Poppins-Light.ttf") format('truetype'),
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "poppins-regular";
	src: 	url("../fonts/Poppins-Regular.ttf") format('truetype'),
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "poppins-thin";
	src: 	url("../fonts/Poppins-Thin.ttf") format('truetype'),
	font-style: normal;
	font-display: swap;
}
			
.poppins-bold{
	font-family: "poppins-bold";
	font-optical-sizing: auto;
	font-style: normal;
}

.poppins-light{
	font-family: "poppins-light";
	font-optical-sizing: auto;
	font-style: normal;
}	

.poppins-regular{
	font-family: "poppins-regular";
	font-optical-sizing: auto;
	font-style: normal;
}

.poppins-thin{
	font-family: "poppins-thin";
	font-optical-sizing: auto;
	font-style: normal;
}