/* @begin tools\lib\annotation\resource\Parser {
	"id": {
		"type": "css",
		"name": "wbt.view.customFont.de",
		"precedence": 1
	}
} @end tools\lib\annotation\resource\Parser */
	@font-face {
		font-family: "customFont01";
		src: url("fonts/VWHeadlineOT-Black.eot");										/* IE9 Compat Modes */
		src: url("fonts/VWHeadlineOT-Black.eot?#iefix") format('embedded-opentype'), 	/* IE6-IE8 */
			 url("fonts/VWHeadlineOT-Black.woff") format('woff'),						/* Modern Browsers */
			 url("fonts/VWHeadlineOT-Black.ttf") format('truetype'), 					/* Safari, Android, iOS */
			 url("fonts/VWHeadlineOT-Black.svg#VWHeadlineOT-Black") format('svg')		/* Legacy iOS */;
		font-weight: bold;
		font-style: normal;
	}
	
	@font-face {
		font-family: "customFont01";
		src: url("fonts/VWHeadlineOT-Semibold.eot"); 										/* IE9 Compat Modes */
		src: url("fonts/VWHeadlineOT-Semibold.eot?#iefix") format('embedded-opentype'),	/* IE6-IE8 */
			 url("fonts/VWHeadlineOT-Semibold.woff") format('woff'),						/* Modern Browsers */
			 url("fonts/VWHeadlineOT-Semibold.ttf") format('truetype'),					/* Safari, Android, iOS */
			 url("fonts/VWHeadlineOT-Semibold.svg#VWHeadlineOT-Semibold") format('svg')	/* Legacy iOS */;
		font-weight: normal;
		font-style: normal;
	}

    @font-face {
        font-family: "customFont02";
        src: url("fonts/VWHeadlineOT-Book.eot");
        src: url("fonts/VWHeadlineOT-Book.eot?#iefix") format('embedded-opentype'),
        url("fonts/VWHeadlineOT-Book.woff") format('woff'),
        url("fonts/VWHeadlineOT-Book.ttf") format('truetype'),
        url("fonts/VWHeadlineOT-Book.svg#vw_headline_otbook") format('svg');
        font-weight: normal;
        font-style: normal;
    }