/*https://www.mediaevent.de/font-face-schrift-in-webseiten-laden/*/
@font-face {
	 font-family: 'ScalaSansOT-Light';
	 src: url('../fonts/ScalaSansOT-Light.eot'); /* IE9 Compat Modes */
	 src: url('../fonts/ScalaSansOT-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('../fonts/ScalaSansOT-Light.woff2') format('woff2'), /* Modern Browsers */
		  url('../fonts/ScalaSansOT-Light.woff') format('woff'), /* Modern Browsers */
		  url('../fonts/ScalaSansOT-Light.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('../fonts/ScalaSansOT-Light.svg') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
}
@font-face {
	 font-family: 'ScalaSansOT-Regular';
	 src: url('../fonts/ScalaSansOT-Regular.eot'); /* IE9 Compat Modes */
	 src: url('../fonts/ScalaSansOT-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('../fonts/ScalaSansOT-Regular.woff2') format('woff2'), /* Modern Browsers */
		  url('../fonts/ScalaSansOT-Regular.woff') format('woff'), /* Modern Browsers */
		  url('../fonts/ScalaSansOT-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('../fonts/ScalaSansOT-Regular.svg') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
}
@font-face {
	 font-family: 'ScalaSansOT-Bold';
	 src: url('../fonts/ScalaSansOT-Bold.eot'); /* IE9 Compat Modes */
	 src: url('../fonts/ScalaSansOT-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('../fonts/ScalaSansOT-Bold.woff2') format('woff2'), /* Modern Browsers */
		  url('../fonts/ScalaSansOT-Bold.woff') format('woff'), /* Modern Browsers */
		  url('../fonts/ScalaSansOT-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('../fonts/ScalaSansOT-Bold.svg') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
}
