@font-face {
  font-family: 'bodoni';
  src: url('fonts/BauerBodoni-Roman.woff') format('woff'),
       url('fonts/BauerBodoni-Roman.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bodoni-bold';
  src: url('fonts/BauerBodoni-bold.woff') format('woff'),
       url('fonts/BauerBodoni-bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-Regular.woff2') format('woff2'),
        url('fonts/BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

