/** LATO FAMILY **/
@font-face {
    font-family: 'LatoRegular';
    src: url('../../OS/fonts/Lato-Regular-webfont.eot');
    src: url('../../OS/fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../OS/fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('../../OS/fonts/Lato-Regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoItalic';
    src: url('../../OS/fonts/Lato-italic-webfont.eot');
    src: url('../../OS/fonts/Lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../OS/fonts/Lato-italic-webfont.ttf') format('truetype'),
         url('../../OS/fonts/Lato-italic-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LatoBold';
    src: url('../../OS/fonts/lato-bold-webfont.eot');
    src: url('../../OS/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../OS/fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../../OS/fonts/lato-bold-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/** GOTHAM FAMILY **/
@font-face {
    font-family: 'gothamCondBold';
    src: url('../../OS/fonts/gothmbcd-webfont.eot');
    src: url('../../OS/fonts/gothmbcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../OS/fonts/gothmbcd-webfont.woff') format('woff'),
         url('../../OS/fonts/gothmbcd-webfont.ttf') format('truetype'),
         url('../../OS/fonts/gothmbcd-webfont.svg#gothamcondensed-bolgothamCnBd') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamCondLight';
    src: url('../../OS/fonts/gothmlcd-webfont.eot');
    src: url('../../OS/fonts/gothmlcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../OS/fonts/gothmlcd-webfont.woff') format('woff'),
         url('../../OS/fonts/gothmlcd-webfont.ttf') format('truetype'),
         url('../../OS/fonts/gothmlcd-webfont.svg#gothamcondensed-liggothamCnLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamCondMedium';
    src: url('../../OS/fonts/gothmmcd-webfont.eot');
    src: url('../../OS/fonts/gothmmcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../OS/fonts/gothmmcd-webfont.woff') format('woff'),
         url('../../OS/fonts/gothmmcd-webfont.ttf') format('truetype'),
         url('../../OS/fonts/gothmmcd-webfont.svg#gothamcondensed-medgothamCnMd') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gothamCondBook';
    src: url('../../OS/fonts/gothmzcd-webfont.eot');
    src: url('../../OS/fonts/gothmzcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../OS/fonts/gothmzcd-webfont.woff') format('woff'),
         url('../../OS/fonts/gothmzcd-webfont.ttf') format('truetype'),
         url('../../OS/fonts/gothmzcd-webfont.svg#gothamcondensed-boogothamCnBk') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen {
     font-family: 'LatoRegular';
	 font-family: 'LatoItalic';
	 font-family: 'LatoBold';
     font-family: 'gothamCondBold';
     font-family: 'gothamCondLight';
     font-family: 'gothamCondMedium';
     font-family: 'gothamCondBook';
}

@media print {
     font-family: 'LatoRegular';	 
	 font-family: 'LatoItalic';
	 font-family: 'LatoBold';
     font-family: 'gothamCondBold';
     font-family: 'gothamCondLight';
     font-family: 'gothamCondMedium';
     font-family: 'gothamCondBook';
}