@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Thin.otf);
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-ThinIta.otf);
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-XLight.otf);
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-XLightIta.otf);
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Light.otf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-LigthIta.otf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Book.otf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-BookIta.otf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Medium.otf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-MediumIta.otf);
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Bold.otf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-BoldIta.otf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Black.otf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-BlackIta.otf);
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-Ultra.otf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url(../fonts/Gotham-UltraIta.otf);
    font-weight: 900;
    font-style: italic;
}
