
@font-face {
  font-family: 'Gotham Black';
  src:url('../fonts/Gotham_Black.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham_Medium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham_Book.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham_Light.otf');
  font-weight: 100;
  font-style: normal;
}
