@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf');
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light.otf');
}
@font-face {
  font-family: 'Gotham XLight';
  src: url('../fonts/Gotham-XLight.otf');
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf');
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/Gotham-Bold.otf');
}

@font-face {
  font-family: 'Gotham Rounded Light';
  src: url('../fonts/GothamRnd-Light.otf');
}
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url('../fonts/GothamRnd-Book.otf');
}
@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url('../fonts/GothamRnd-Medium.otf');
}
@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url('../fonts/GothamRnd-Bold.otf');
}
@font-face {
  font-family: 'Gotham Thin';
  src: url('../fonts/GothamRnd-Thin.otf');
}
@font-face {
  font-family: 'Gotham Italic';
  src: url('../fonts/GothamRnd-BookItal.otf');
}