/* @font-face {
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	font-family: bnb;
	src: url(../fonts/bebas/BebasNeue-Bold.ttf);
}
@font-face {
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	font-family: bnt;
	src: url(../fonts/bebas/BebasNeueThin.otf);
} */
@font-face {
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	font-family: pm;
	src: url(../fonts/poppins/Poppins-Medium.ttf);
}
@font-face {
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	font-family: pl;
	src: url(../fonts/poppins/Poppins-Light.ttf);
}
@font-face {
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	font-family: psb;
	src: url(../fonts/poppins/Poppins-SemiBold.ttf);
}

@font-face {
     font-style:  normal;
     font-weight:  normal;
     font-display: swap;
     font-family: pb;
     src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
     font-style:  normal;
     font-weight:  normal;
     font-display: swap;
     font-family: pr;
     src: url('../fonts/poppins/Poppins-Regular.ttf');
}