/*custom fonts*/
@font-face {
    font-family: 'Vag';
    src: url('/fonts/fontbold-webfont.eot');
    src: url('/fonts/fontbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fontbold-webfont.woff') format('woff'),
         url('/fonts/fontbold-webfont.ttf') format('truetype'),
         url('/fonts/fontbold-webfont.svg#VAGRoundedStdBold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Vag';
    src: url('/fonts/fontlight-webfont.eot');
    src: url('/fonts/fontlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fontlight-webfont.woff') format('woff'),
         url('/fonts/fontlight-webfont.ttf') format('truetype'),
         url('/fonts/fontlight-webfont.svg#VAGRoundedStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: HN;
	src: url('/fonts/HN.otf');
}