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

.ff_med {
	font-family: 'GothamPro Medium';
}

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

.ff_blk{
	font-family: 'GothamPro Black';
}

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

.ff_reg{
	font-family: 'GothamPro Regular';
}

@font-face {
    font-family: 'Intro Line';
    src: url('../fonts/INTRO INLINE/INTRO INLINE.eot');
    src: url('../fonts/INTRO INLINE/INTRO INLINE.eot?#iefix') format('embedded-opentype'),
         url('../fonts/INTRO INLINE/INTRO INLINE.woff') format('woff'),
         url('../fonts/INTRO INLINE/INTRO INLINE.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ff_introline{
	font-family: 'Intro Line';
}