@font-face {
    font-family: 'gotham-book';
    src: url('fontes/gotham/gotham-book.eot');
    src: local('gotham-book'), url('fontes/gotham/gotham-book.woff') format('woff'), url('fontes/gotham/gotham-book.ttf') format('truetype'), url('fontes/gotham/gotham-book.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLight';
    src: url('fontes/gotham/GothamLight.eot');
    src: local('GothamLight'), url('fontes/gotham/GothamLight.woff') format('woff'), url('fontes/gotham/GothamLight.ttf') format('truetype'), url('fontes/gotham/GothamLight.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-medium';
    src: url('fontes/gotham/gotham-medium.eot');
    src: local('gotham-medium'), url('fontes/gotham/gotham-medium.woff') format('woff'), url('fontes/gotham/gotham-medium.ttf') format('truetype'), url('fontes/gotham/gotham-medium.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'gotham-bold';
    src: url('fontes/gotham/gotham-bold.eot');
    src: local('gotham-bold'), url('fontes/gotham/gotham-bold.woff') format('woff'), url('fontes/gotham/gotham-bold.ttf') format('truetype'), url('fontes/gotham/gotham-bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}