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

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

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

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

