@font-face {
  font-family: 'Gotham';
  font-weight: 300;
  src: url('Gotham-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham';
  font-weight: 400;
  src: url('Gotham-Book.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham';
  font-weight: 500;
  src: url('Gotham-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham';
  font-weight: 600;
  src: url('Gotham-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham';
  font-weight: 700;
  src: url('Gotham-Black.otf') format('opentype');
}
