@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src:
		local(""),
		url(Poppins-Regular.ttf);
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-stretch: 100%;
	font-display: swap;
	src:
		local(""),
		url(Poppins-Medium.ttf);
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-stretch: 100%;
	font-display: swap;
	src:
		local(""),
		url(Poppins-SemiBold.ttf);
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src:
		local(""),
		url(Poppins-Bold.ttf);
}
