@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham Book.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/GOTHAM-BOLD.TTF');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/GOTHAM-LIGHT.TTF');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/GOTHAM-MEDIUM.TTF');
    font-weight: 500;
    font-style: normal;
}