@font-face {
    font-family: 'Gotham HTF';
    src: url('Gotham-Light.otf');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham HTF';
    src: url('Gotham-Book.otf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham HTF';
    src: url('Gotham-Medium.otf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham HTF';
    src: url('Gotham-Bold.otf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham HTF';
    src: url('Gotham-Black.otf');
    font-weight: 900;
    font-style: normal;
}