/* Schriftart Regular */
@font-face {
	font-family: 'SZT-Web';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/times.eot');
	src: url('../fonts/times.eot?#iefix') format('embedded-opentype'),
		url('../fonts/times.woff2') format('woff2'),
		url('../fonts/times.woff') format('woff'),
		url('../fonts/times.ttf') format('truetype');
}

/* Schriftart Fett */
@font-face {
	font-family: 'SZT-Web';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/timesbd.eot');
	src: url('../fonts/timesbd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timesbd.woff2') format('woff2'),
		url('../fonts/timesbd.woff') format('woff'),
		url('../fonts/timesbd.ttf') format('truetype');
}
