/*
 * Fonts:
 *
 * VAGRounded Black
 * VAGRounded Standard Lt
 */
@font-face {
    font-family: 'VAGRoundedBT_cmh';
    src: url('/resources/fonts/vagrounded/vagrounded-black-webfont.eot');
    src: url('/resources/fonts/vagrounded/vagrounded-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/vagrounded/vagrounded-black-webfont.woff') format('woff'),
         url('/resources/fonts/vagrounded/vagrounded-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/**/
@font-face {
    font-family: 'VAGRoundedLt_cmh';
    src: url('/resources/fonts/vagrounded/vagroundedstd_light-webfont.eot');
    src: url('/resources/fonts/vagrounded/vagroundedstd_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/resources/fonts/vagrounded/vagroundedstd_light-webfont.woff') format('woff'),
         url('/resources/fonts/vagrounded/vagroundedstd_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
