/*! webfont-gotham.css  */

		
/* Font Gotham 300,700 */	


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

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