/*FONTS.CSS*/
/*------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------*/
/*1. GOTHAM */
/*-------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'gotham_bold';
    src: url('gotham/gotham_bold.eot');
    src: url('gotham/gotham_bold.eot?#iefix') format('embedded-opentype'),
         url('gotham/gotham_bold.woff') format('woff'),
         url('gotham/gotham_bold.ttf') format('truetype'),
         url('gotham/gotham_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_medium';
    src: url('gotham/gotham_medium.eot');
    src: url('gotham/gotham_medium.eot?#iefix') format('embedded-opentype'),
         url('gotham/gotham_medium.woff') format('woff'),
         url('gotham/gotham_medium.ttf') format('truetype'),
         url('gotham/gotham_medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_book';
    src: url('gotham/gotham_book.eot');
    src: url('gotham/gotham_book.eot?#iefix') format('embedded-opentype'),
         url('gotham/gotham_book.woff') format('woff'),
         url('gotham/gotham_book.ttf') format('truetype'),
         url('gotham/gotham_book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_light';
    src: url('gotham/gotham_light.eot');
    src: url('gotham/gotham_light.eot?#iefix') format('embedded-opentype'),
         url('gotham/gotham_light.woff') format('woff'),
         url('gotham/gotham_light.ttf') format('truetype'),
         url('gotham/gotham_light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_extralight';
    src: url('gotham/gotham_extralight.eot');
    src: url('gotham/gotham_extralight.eot?#iefix') format('embedded-opentype'),
         url('gotham/gotham_extralight.woff') format('woff'),
         url('gotham/gotham_extralight.ttf') format('truetype'),
         url('gotham/gotham_extralight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_thin';
    src: url('gotham/gotham_thin.eot');
    src: url('gotham/gotham_thin.eot?#iefix') format('embedded-opentype'),
         url('gotham/gotham_thin.woff') format('woff'),
         url('gotham/gotham_thin.ttf') format('truetype'),
         url('gotham/gotham_thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
