@font-face {
  font-family: 'Gotham';
  font-weight: 400;
  font-style: regular;
  src: url('../fonts/Gotham-Book.woff');
  font-display: swap
}

@font-face {
  font-family: 'Gotham';
  font-weight: 500;
  font-style: regular;
  src: url('../fonts/Gotham-Medium.woff');
  font-display: swap
}

@font-face {
  font-family: 'Gotham';
  font-weight: 600;
  font-style: regular;
  src: url('../fonts/Gotham-Bold.woff');
  font-display: swap
}