@font-face {
    font-family: 'Gotham';
    font-style: bold;
    font-weight: 400;
    src: local('Gotham'), url('GothamBold.ttf');
}
@font-face {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham'), url('GothamBook.ttf');
}