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

    .gothamB{
        font-family: 'Gotham Bold';
    }

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

    .gothamBk{
        font-family: 'Gotham Book';
    }

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


    .gothamL{
        font-family: 'Gotham Light';
    }