@font-face {
	font-family: 'Poppins_BL';
	font-weight: 900;
	font-display: swap;
	src: local('Poppins Black'), url('../fonts/Poppins-Black.ttf') format('truetype');
}

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

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

@font-face {
	font-family: 'Poppins_SB';
	font-weight: 600;
	font-display: swap;
	src: local('Poppins SemiBold'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

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

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

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

@font-face {
	font-family: 'Poppins_EL';
	font-weight: 200;
	font-display: swap;
	src: local('Poppins ExtraLight'), url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins_T';
	font-weight: 100;
	font-display: swap;
	src: local('Poppins Thin'), url('../fonts/Poppins-Thin.ttf') format('truetype');
}