@font-face {
    font-family: 'BebasNeue';
    src: url('BEBASNEUE-REGULAR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeueLight';
    src: url('BEBASNEUE-LIGHT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url('BEBASNEUE-BOLD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-bebas {
    font-family: 'BebasNeue';
  }

  .font-bebaslight {
    font-family: 'BebasNeueLight';
  }

  .font-bebasbold {
    font-family: 'BebasNeueBold';
  }