

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 100;
  src: local('Gotham-Light'), url('Gotham-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: local('Gotham-Book'), url('Gotham-Book.otf') format('opentype');
}

@font-face {
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: local('Gotham-BookItalic'), url('Gotham-BookItalic.otf') format('opentype');
}

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

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 800;
  src: local('Gotham-Bold'), url('Gotham-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 500;
  src: local('Arial'), url('Arial.ttf') format('truetype');
}
