@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src:url('../fonts/poppins/woff2/Poppins-Regular.woff2') format('woff2'),
	url('../fonts/poppins/woff/Poppins-Regular.woff') format('woff');
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/poppins/woff2/Poppins-Medium.woff2') format('woff2'),
	url('../fonts/poppins/woff/Poppins-Medium.woff') format('woff');		 
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/poppins/woff2/Poppins-SemiBold.woff2') format('woff2'),
	url('../fonts/poppins/woff/Poppins-SemiBold.woff') format('woff');	 
}

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

