@font-face {
	font-family: 'Poppins';
	src: url('/static/assets/fonts/poppins-regular.woff2');
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('/static/assets/fonts/poppins-extrabold.woff2');
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}
