@font-face {
  font-family: 'Sequel';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/Fonts/Sequel95.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/Fonts/Anton.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/Fonts/GothamLight.woff2') format('woff2'),
       url('/assets/Fonts/GothamLight.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/Fonts/GothamBold.woff2') format('woff2'),
       url('/assets/Fonts/GothamBold.woff') format('woff');
  font-display: swap;
}
