@font-face {
  font-family: 'Gotham';
  src: local('Gotham Medium'), local('Gotham-Medium'),
      url('../../static/fonts/Gotham-Medium.woff2') format('woff2'),
      url('../../static/fonts/Gotham-Medium.woff') format('woff'),
      url('../../static/fonts/Gotham-Medium.ttf') format('truetype'),
      url('../../static/fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Book';
  src: local('Gotham Book'), local('Gotham-Book'),
      url('../../static/fonts/Gotham-Book.woff2') format('woff2'),
      url('../../static/fonts/Gotham-Book.woff') format('woff'),
      url('../../static/fonts/Gotham-Book.ttf') format('truetype'),
      url('../../static/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
