@font-face{
    font-family:gotham-black;
    src:
        url(../fonts/Gotham-Black.otf) format('opentype');
}

@font-face{
    font-family:gotham-bold;
    src:
        url(../fonts/Gotham-Bold.woff) format('woff'),
        url(../fonts/Gotham-Bold.woff2) format('woff2'),
        url(../fonts/GothamBold.ttf) format('truetype'),
        url(../fonts/Gotham-Bold.otf) format('opentype');
}

@font-face{
    font-family:gotham-bolditalic;
    src:
        url(../fonts/Gotham-BoldItalic.woff) format('woff'),
        url(../fonts/Gotham-BoldItalic.woff2) format('woff2'),
        url(../fonts/GothamBoldItalic.ttf) format('truetype');
}

@font-face{
    font-family:gotham-book;
    src:
        url(../fonts/Gotham-Book.woff) format('woff'),
        url(../fonts/Gotham-Book.woff2) format('woff2'),
        url(../fonts/Gotham-Book.ttf) format('truetype');
}

@font-face{
    font-family:gotham-bookitalic;
    src:
        url(../fonts/GothamBookItalic.ttf) format('truetype'),
        url(../fonts/Gotham-BookItalic.otf) format('opentype');
}

@font-face{
    font-family:gotham-light;
    src:
        url(../fonts/GothamLight.ttf) format('truetype'),
        url(../fonts/Gotham-Light.otf) format('opentype');
}

@font-face{
    font-family:gotham-lightitalic;
    src:
        url(../fonts/GothamLightItalic.ttf) format('truetype');
}

@font-face{
    font-family:gotham-medium;
    src:
        url(../fonts/GothamMedium.ttf) format('truetype');
}

@font-face{
    font-family:gotham-mediumitalic;
    src:
        url(../fonts/GothamMediumItalic.ttf) format('truetype');
}

@font-face{
    font-family:gotham-thin;
    src:
        url(../fonts/Gotham-Thin.otf) format('opentype');
}

@font-face{
    font-family:gotham-thinitalic;
    src:
        url(../fonts/Gotham-ThinItalic.otf) format('opentype');
}

@font-face{
    font-family:gotham-ultraitalic;
    src:
        url(../fonts/Gotham-UltraItalic.otf) format('opentype');
}

@font-face{
    font-family:gotham-xlight;
    src:
        url(../fonts/Gotham-XLight.otf) format('opentype');
}

@font-face{
    font-family:gotham-xlightitalic;
    src:
        url(../fonts/Gotham-XLightItalic.otf) format('opentype');
}