@charset "UTF-8";
/* CSS Document */

h2 {
  font-family: "adelle-1","adelle-2",serif;
}

h1{
	font: 50px 'DeutschGothicNormal', Times, sans-serif;
}

@font-face {
	font-family: 'DeutschGothicNormal';
	src: url('Deutsch.eot');
	src: local('Deutsch Gothic Normal'), local('Deutsch-Gothic'), url('Deutsch.ttf') format('truetype');
}
