@font-face {
  font-family: GothamRounded;
  src: url("/fonts/gothamrounded-book.otf");
}
@font-face {
  font-family: GothamRounded;
  src: url("/fonts/gothamrounded-medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: GothamRounded;
  src: url("/fonts/gothamrounded-bold.otf");
  font-weight: bold;
}
