/*----- Fonts -----*/

@font-face {
    font-family: 'GothamBookRegular';
    src: url('../fonts/gothambook/gotham_book-webfont.eot');
    src: url('../fonts/gothambook/gotham_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothambook/gotham_book-webfont.svg#GothamBookRegular') format('svg'),
		 url('../fonts/gothambook/gotham_book-webfont.woff') format('woff'),
         url('../fonts/gothambook/gotham_book-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/gothammedium/gothammedium.eot');
    src: url('../fonts/gothammedium/gothammedium.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gothammedium/gothammedium.svg#gothammedium') format('svg'),
         url('../fonts/gothammedium/gothammedium.woff') format('woff'),
         url('../fonts/gothammedium/gothammedium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
