/*** webfonts ***/
@font-face {
    font-family: 'InfoText';
    src: url('../fonts/infotextweb.eot');
    src: url('../fonts/infotextweb.eot?#iefix') format('embedded-opentype'),
         url('../fonts/infotextweb.woff') format('woff'),
         url('../fonts/infotextcomp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'InfoTextItalic';
    src: url('../fonts/infotextweb-italic.eot');
    src: url('../fonts/infotextweb-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/infotextweb-italic.woff') format('woff'),
         url('../fonts/infotextcomp-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'InfoTextBold';
    src: url('../fonts/infotextweb-bold.eot');
    src: url('../fonts/infotextweb-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/infotextweb-bold.woff') format('woff'),
         url('../fonts/infotextcomp-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'InfoTextBoldItalic';
    src: url('../fonts/infotextweb-bolditalic.eot');
    src: url('../fonts/infotextweb-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/infotextweb-bolditalic.woff') format('woff'),
         url('../fonts/infotextcomp-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
/*** /webfonts ***/
