/* 
    Document   : style-fonts
    Created on : 27/07/2013, 17:30:50
    Author     : Marcos
    Description:
        Purpose of the stylesheet follows.
*/

body {	
	/* CSS3*/
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'helvetica_neueregular';
    src: url('../fonts/helveticaneue-thin-webfont.eot');
    src: url('../fonts/helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue-thin-webfont.svg#helvetica_neueregular') format('svg'),
         url('../fonts/helveticaneue-thin-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneue-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd75Bold';
    src: url('../fonts/helveticaneueltstd-bd.eot');
    src: url('../fonts/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg'),
         url('../fonts/helveticaneueltstd-bd.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-bd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd55Roman';
    src: url('../fonts/fontscorecom_hhelveticaneueltstd55roman.eot');
    src: url('../fonts/fontscorecom_hhelveticaneueltstd55roman.eot') format('embedded-opentype'),
         url('../fonts/fontscorecom_hhelveticaneueltstd55roman.woff') format('woff'),
         url('../fonts/fontscorecom_hhelveticaneueltstd55roman.ttf') format('truetype'),
         url('../fonts/fontscorecom_hhelveticaneueltstd55roman.svg#HelveticaNeueLTStd55Roman') format('svg');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'helvetica_45_lightregular';
    src: url('../fonts/helvetica_45_lightregular-webfont.eot');
    src: url('../fonts/helvetica_45_lightregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_45_lightregular-webfont.woff') format('woff'),
         url('../fonts/helvetica_45_lightregular-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_45_lightregular-webfont.svg#helvetica_45_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
