@font-face {
    font-family: 'gotham';
    src: url('gotham-black.woff2') format('woff2'),
         url('gotham-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}
@font-face {
    font-family: 'gotham';
    src: url('gotham-bold.woff2') format('woff2'),
         url('gotham-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'gotham';
    src: url('gotham-medium.woff2') format('woff2'),
         url('gotham-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'gotham';
    src: url('gotham-regular.woff2') format('woff2'),
         url('gotham-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'gotham';
    src: url('gotham-light.woff2') format('woff2'),
         url('gotham-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: 'gotham';
    src: url('gotham-thin.woff2') format('woff2'),
         url('gotham-thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;

}