@font-face {
	font-family: 'Poppins';
	src: url('./Poppins-Regular.ttf') format('truetype');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('./Poppins-Medium.ttf') format('truetype');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}


@font-face {
	font-family: 'Poppins';
	src: url('./Poppins-Bold.ttf') format('truetype');
	font-weight: 700;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('./Poppins-Black.ttf') format('truetype');
	font-weight: 900;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('./Poppins-BoldItalic.ttf') format('truetype');
	font-weight: 800;
	font-display: swap;
	font-style: normal;
}
