@font-face {
   font-family:'Bebas Neue';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: local('BebasNeue'), url(../fonts/bebasneue-regular.ttf) format('truetype');
}

@font-face {
   font-family:'Space Grotesk';
   font-style: normal;
   font-weight: 400;
   font-display: swap;
   src: local('SpaceGrotesk'), url(../fonts/spacegrotesk-variablefont-wght.ttf) format('truetype');
}



.bebas,
.space,
{
  font-weight: normal !important;
}

.bebas{
  font-family:'Bebas Neue';
}
.space{
  font-family:'Space Grotesk';
}
