/* Gotham Font Family */

/* Gotham Thin */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Thin Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Gotham XLight */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham XLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham XLight Italic.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Gotham Light */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Light Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Gotham Light (TTF version) */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Gotham Regular */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Gotham Book */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Book.otf') format('opentype');
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Book Italic.otf') format('opentype');
    font-weight: 450;
    font-style: italic;
}

/* Gotham Bold */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Bold Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Gotham Bold (TTF version) */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Gotham Black */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Black Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Gotham Ultra */
@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Ultra.otf') format('opentype');
    font-weight: 950;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('SVN-Gotham Ultra Italic.otf') format('opentype');
    font-weight: 950;
    font-style: italic;
}