@font-face {
  font-family: gotham rounded;
  src: url(fonts/GothamRounded_Book.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: gotham rounded;
  src: url(fonts/GothamRounded_Light.otf)
    format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: gotham rounded;
  src: url(fonts/Gotham_Rounded_Bold.otf)
    format("opentype");
  font-weight: 700;
  font-style: normal;
}
