@font-face {
  /* Note: Named 'Gotham2' here, not 'Gotham', since 'Gotham' is used by fonts in the image editor and we don't want to combine them  */
  font-family: "Gotham2"; 
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://hivo-static.s3.ap-southeast-2.amazonaws.com/fonts/Gotham/Gotham-Book.otf") format("opentype");
}

@font-face {
  font-family: "Gotham2";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://hivo-static.s3.ap-southeast-2.amazonaws.com/fonts/Gotham/Gotham-Bold.otf") format("opentype");
}