/*------------------------------------ Font Style -----------------------------------------*/
@font-face {
    font-family: 'GothamBook'; 
    src: url('gotham-book.eot');
    src: url('gotham-book.eot#iefix') format('embedded-opentype'),
	url('gotham-book.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dinengschrift';
    src: url('dinengschrift-webfont.eot');
    src: url('dinengschrift-webfont.eot#iefix') format('embedded-opentype'),
         url('dinengschrift-webfont.woff') format('woff'),
         url('dinengschrift-webfont.ttf') format('truetype'),
         url('dinengschrift-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}