@font-face {
    font-family: GothamPro;
    src: url(../fonts/Gotham/GothaProLig.otf);
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/Gotham/GothaProLigIta.otf);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/Gotham/GothaProReg.otf);
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/Gotham/GothaProMed.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/Gotham/GothaProBol.otf);
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Blacksword';
    src:url('../fonts/Blacksword/Blacksword.ttf.woff') format('woff'),
    url('../fonts/Blacksword/Blacksword.ttf.svg#Blacksword') format('svg'),
    url('../fonts/Blacksword/Blacksword.ttf.eot'),
    url('../fonts/Blacksword/Blacksword.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}