@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'gotham_bookregular';
    src: url('../fonts/gotham_book_regular-webfont.woff2') format('woff2'),
         url('../fonts/gotham_book_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'continuum_boldregular';
    src: url('../fonts/contb-webfont.woff2') format('woff2'),
         url('../fonts/contb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'continuum_lightregular';
    src: url('../fonts/contl-webfont.woff2') format('woff2'),
         url('../fonts/contl-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'continuum_mediumregular';
    src: url('../fonts/contm-webfont.woff2') format('woff2'),
         url('../fonts/contm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenirregular';
    src: url('../fonts/avenir_roman-webfont.woff2') format('woff2'),
         url('../fonts/avenir_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}