@font-face {
    font-family: 'Gotham-Light';
    src:
        url('/static/fonts/Gotham-Light/Gotham-Light.eot') format('embedded-opentype'),
        url('/static/fonts/Gotham-Light/Gotham-Light.woff') format('woff'),
        url('/static/fonts/Gotham-Light/Gotham-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src:
        url('/static/fonts/Gotham-Black/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/Gotham-Black/Gotham-Black.woff') format('woff'),
        url('/static/fonts/Gotham-Black/Gotham-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'Gotham-Book';
  src:
  url('/static/fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),
  url('/static/fonts/Gotham-Book/Gotham-Book.woff') format('woff'),
  url('/static/fonts/Gotham-Book/Gotham-Book.ttf')  format('truetype'),
  url('/static/fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

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