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

@font-face {
    font-family: 'Gotham Pro';
    src: url('./GothamPro-Medium.eot');
    src: local('Gotham Pro'), local('GothamPro'),
    url('./GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('./GothamPro-Medium.woff') format('woff'),
    url('./GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}