@font-face {
  font-family: 'HelveticaNeueCondensedBold';
  src:
    url('fonts/HelveticaNeue-CondensedBold.woff2') format('woff2'),
    url('fonts/HelveticaNeue-CondensedBold.woff') format('woff'),
    url('fonts/Helvetica%20Neue%20Condensed%20Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Amelia';
  src:
    url('fonts/Amelia.woff2') format('woff2'),
    url('fonts/Amelia.woff') format('woff'),
    url('fonts/Amelia%20Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
