@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/gotham-black.eot');
    src: url('../fonts/gotham-black.eot') format('embedded-opentype'),
         url('../fonts/gotham-black.woff') format('woff'),
         url('../fonts/gotham-black.ttf') format('truetype'),
         url('../fonts/gotham-black.svg#GothamRegular') format('svg');
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/gotham-book.eot');
    src: url('../fonts/gotham-book.eot') format('embedded-opentype'),
         url('../fonts/gotham-book.woff') format('woff'),
         url('../fonts/gotham-book.ttf') format('truetype'),
         url('../fonts/gotham-book.svg#GothamRegular') format('svg');
}

@font-face {
    font-family: 'GothamLight';
    src: url('../fonts/gotham-light.eot');
    src: url('../fonts/gotham-light.eot') format('embedded-opentype'),
         url('../fonts/gotham-light.woff') format('woff'),
         url('../fonts/gotham-light.ttf') format('truetype'),
         url('../fonts/gotham-light.svg#GothamRegular') format('svg');
}

@font-face {
    font-family: 'GothamXLight';
    src: url('../fonts/gotham-xlight.eot');
    src: url('../fonts/gotham-xlight.eot') format('embedded-opentype'),
         url('../fonts/gotham-xlight.woff') format('woff'),
         url('../fonts/gotham-xlight.ttf') format('truetype'),
         url('../fonts/gotham-xlight.svg#GothamRegular') format('svg');
}

@font-face {
    font-family: 'PalatinoRoman';
    src: url('../fonts/palatino-roman.eot');
    src: url('../fonts/palatino-roman.eot') format('embedded-opentype'),
         url('../fonts/palatino-roman.woff') format('woff'),
         url('../fonts/palatino-roman.ttf') format('truetype'),
         url('../fonts/palatino-roman.svg#PalatinoRegular') format('svg');
}