@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	src: url('poppinsLight.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	font-style: italic;
	font-weight: 300;
	src: url('poppinsLightItalic.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	src: url('poppinsRegular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	font-style: italic;
	font-weight: 400;
	src: url('poppinsRegularItalic.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	src: url('poppinsSemiBold.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Poppins;
	font-style: italic;
	font-weight: 600;
	src: url('poppinsSemiBoldItalic.woff2') format('woff2');
	font-display: swap;
}