/************************************************************
Porsche Next
/************************************************************/
@font-face
{
	font-family: 'Porsche Next';
	src:
		url('/fonts/PorscheNextWLa-Regular.eot?') format('embedded-opentype'),
		url('/fonts/PorscheNextWLa-Regular.woff2') format('woff2'),
		url('/fonts/PorscheNextWLa-Regular.woff') format('woff'),
		url('/fonts/PorscheNextWLa-Regular.ttf') format('truetype'),
		url('/fonts/PorscheNextWLa-Regular.svg') format('svg');
}
@font-face
{
	font-family: 'Porsche Next';
	src:
		url('/fonts/PorscheNextWLa-Bold.eot?') format('embedded-opentype'),
		url('/fonts/PorscheNextWLa-Bold.woff2') format('woff2'),
		url('/fonts/PorscheNextWLa-Bold.woff') format('woff'),
		url('/fonts/PorscheNextWLa-Bold.ttf') format('truetype'),
		url('/fonts/PorscheNextWLa-Bold.svg') format('svg');
	font-weight: bold;
}
@font-face
{
	font-family: 'Porsche Next';
	src:
		url('/fonts/porschenext-thin-webfont.woff2') format('woff2'),
		url('/fonts/porschenext-thin-webfont.woff') format('woff');
	font-weight: 300;
}
/************************************************************
VideoJS
/************************************************************/
@font-face
{
	font-family: 'VideoJS';
	src:
		url('/fonts/vjs.eot?') format('embedded-opentype'),
		url('/fonts/vjs.woff') format('woff'),
		url('/fonts/vjs.ttf') format('truetype'),
		url('/fonts/vjs.svg') format('svg');
}
/************************************************************
APPLYING FONTS
/************************************************************/
*
{
	font-family: Porsche Next, sans-serif;
}

.f_videojs
{
	font-family: 'VideoJS' !important;
}

.f_videojs *
{
	font-family: inherit;
}