@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-Bold.otf) format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-BoldItalic.otf) format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-Book.otf) format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-BookItalic.otf) format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-Medium.otf) format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-MediumItalic.otf) format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-Light.otf) format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Cond';
    src: url(GothamCond-LightItalic.otf) format('opentype');
    font-weight: 200;
    font-style: italic;
}