@font-face {
    font-family: 'gotham';
    src: url('gotham.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'gotham';
    src: url('gothambold.ttf');
    font-weight: 600;
    font-style: normal;
}