/* Declaration for normal variant */
@font-face {
    font-family: 'vpro_thonik';
    src: url('../../../fontface/vpro_thonik/vpro_thonik_medium.eot'); /* IE9 Compatibility Modes */
    src: url('../../../fontface/vpro_thonik/vpro_thonik_medium.eot') format('eot'),  /* IE6-IE8 */
         url('../../../fontface/vpro_thonik/vpro_thonik_medium.woff') format('woff'); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/* Declaration for the bold variant (this is also used in the logo */
@font-face {
    font-family: 'vpro_thonik';
    src: url('../../../fontface/vpro_thonik/vpro_thonik_bold.eot'); /* IE9 Compatibility Modes */
    src: url('../../../fontface/vpro_thonik/vpro_thonik_bold.eot') format('eot'),  /* IE6-IE8 */
         url('../../../fontface/vpro_thonik/vpro_thonik_bold.woff') format('woff'); /* Modern Browsers */

    font-weight: bold;
    font-style: normal;
}

.vpro-thonik-medium {
    font-family: 'vpro_thonik', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: normal;

    /* This is a special hack for IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://files.vpro.nl/fontface/iefix.png,sizingMethod=crop);
    zoom: 1;
}

.vpro-thonik-bold {
    font-family: 'vpro_thonik', Arial, Helvetica, Sans, FreeSans, 'Nimbus Sans L', Garuda, sans-serif;
    font-weight: bold;

    /* This is a special hack for IE */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://files.vpro.nl/fontface/iefix.png,sizingMethod=crop);
    zoom: 1;
}