@font-face {
  font-family: 'Gotham Rounded';
  src: url('GothamRounded-Light.otf') format('truetype');
  font-weight: 300;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('GothamRounded-Book.otf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('GothamRounded-Medium.otf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Gotham Rounded';
  src: url('GothamRounded-Bold.otf') format('truetype');
  font-weight: 700;
}

/* Didomi requested font-face  */
@font-face {
  font-family: 'gotham-medium';
  src: url('GothamRounded-Medium.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

body, input, button, h1, h2, h3, h4, h5, h6, a, p {
  font-family: 'Gotham Rounded' !important;
}