@font-face {
	font-family: 'Poppins';
	font-weight: 800;
	font-display: swap;
	src: local('Poppins ExtraBold'), url('Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	font-display: swap;
	src: local('Poppins Bold'), url('Poppins-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 500;
	font-display: swap;
	src: local('Poppins Medium'), url('Poppins-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-display: swap;
	src: local('Poppins Reqular'), url('Poppins-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 300;
    font-style: normal;
	font-display: swap;
	src: local('Poppins-Light'), url('Poppins-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins';
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	src: local('Poppins-LightItalic'), url('Poppins-LightItalic.ttf') format('truetype');
}