@font-face {
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Gotham-Bold'), url('/static/fonts/Gotham Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-BoldItalic';
    font-style: italic;
    font-weight: bold;
    src: local('Gotham-BoldItalic'), url('/static/fonts/Gotham-BoldItalic.ttf') format('truetype');
}

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

@font-face {
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Book'), url('/static/fonts/Gotham-Book.woff') format('woff');
}

@font-face {
    font-family: 'Gotham-Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham-Book'), url('/static/fonts/Gotham-Book.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham-Book';
    font-style: italic;
    font-weight: normal;
    src: local('Gotham-Book'), url('/static/fonts/Gotham-BookItalic.ttf') format('truetype');
}

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