@font-face {
   font-family: 'Humanist777BT-BoldCondensedB';
   font-display: swap;
   src: url('Humanist777BT-BoldCondensedB/font.ttf');
}
@font-face {
   font-family: 'Humanist777BT-LightB';
   font-display: swap;
   src: url('Humanist777BT-LightB/font.ttf');
}
.font-weight-bold {
	
	font-family: "Humanist777BT-BoldCondensedB";
	
}

.font-weight-light{
	
	font-family: "Humanist777BT-LightB";
}