/* INSIGHT FONT LOADING FONTFACE
* These are hardcoded, dont forget to amend
*/

@font-face {
    font-family: 'insight';
    src: url('../fonts/insight_print_bold-webfont.eot');
    src: url('../fonts/insight_print_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/insight_print_bold-webfont.woff') format('woff'),
         url('../fonts/insight_print_bold-webfont.ttf') format('truetype'),
         url('../fonts/insight_print_bold-webfont.svg#insight_printbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'insight';
    src: url('../fonts/insight_print_italic-webfont.eot');
    src: url('../fonts/insight_print_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/insight_print_italic-webfont.woff') format('woff'),
         url('../fonts/insight_print_italic-webfont.ttf') format('truetype'),
         url('../fonts/insight_print_italic-webfont.svg#insight_printitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'insight';
    src: url('../fonts/insight_print_regular-webfont.eot');
    src: url('../fonts/insight_print_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/insight_print_regular-webfont.woff') format('woff'),
         url('../fonts/insight_print_regular-webfont.ttf') format('truetype'),
         url('../fonts/insight_print_regular-webfont.svg#insight_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
}