@font-face {
  font-family: 'Gotham Rounded';
  src: url('/fonts/GothamRounded-Light.otf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('/fonts/GothamRounded-Book.otf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('/fonts/GothamRounded-Medium.otf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('/fonts/GothamRounded-Bold.otf') format('truetype');
  font-weight: 700;
}

/* Didomi requested font-face  */
@font-face {
  font-family: 'gotham-medium';
  src: url('/fonts/GothamRounded-Medium.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
