@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-ExtraLight.woff2') format('woff2');
	font-style: italic;
	font-weight: 200;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-Light.woff2') format('woff2');
	font-style: italic;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-Regular.woff2') format('woff2');
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-Medium.woff2') format('woff2');
	font-style: italic;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-SemiBold.woff2') format('woff2');
	font-style: italic;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-Bold.woff2') format('woff2');
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-ExtraBold.woff2') format('woff2');
	font-style: italic;
	font-weight: 800;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('fonts/poppins/Poppins-Black.woff2') format('woff2');
	font-style: italic;
	font-weight: 900;
	font-display: swap;
}