/* font definitions */

/*
* TODO:
* use primary TeleNeo from users computer for speed?
*/

@font-face {
	font-family: 'teleneo-regular';
	/*font-size: 22px;*/
	src: url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoWeb-Regular.woff2') format('woff2'),
	     url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoWeb-Regular.woff') format('woff'),
		 url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoOffice-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'teleneo-bold';
	src: url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoWeb-ExtraBold.woff2') format('woff2'),
	     url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoWeb-ExtraBold.woff') format('woff'),
		 url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoOffice-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'teleneo-var';
	src: url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoVariable-Upright.woff2') format('woff2');

}

@font-face {
	font-family: 'teleneo-var-italic';
	src: url('/sfsites/c/resource/SS_Fonts/TeleNeo/TeleNeoVariable-Italic.woff2') format('woff2');

}

@font-face {
	font-family: 'teleneo-marker';
	src: url('/sfsites/c/resource/SS_Fonts/Marker/TeleNeoMarkerWeb-Bold.woff2') format('woff2'),
	     url('/sfsites/c/resource/SS_Fonts/Marker/TeleNeoMarkerWeb-Bold.woff') format('woff');

}