/**	BASE **/

@font-face {
  font-family: 'Code-Bold';
  src: url('../webfonts/Code-Bold.eot?v=3.0.1');
  src: url('../webfonts/Code-Bold.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../webfonts/Code-Bold.woff?v=3.0.1') format('woff'),
    url('../webfonts/Code-Bold.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Code-Light';
  src: url('../webfonts/Code-Light.eot?v=3.0.1');
  src: url('../webfonts/Code-Light.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../webfonts/Code-Light.woff?v=3.0.1') format('woff'),
    url('../webfonts/Code-Light.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JohnHandyLetPlain';
  src: url('../webfonts/JohnHandyLetPlain.eot?v=3.0.1');
  src: url('../webfonts/JohnHandyLetPlain.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('../webfonts/JohnHandyLetPlain.woff?v=3.0.1') format('woff'),
    url('../webfonts/JohnHandyLetPlain.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.schriftzug-light{
	font-family: 'Code-Light';
	}
.schriftzug-bold{
	font-family: 'Code-Bold';
	}
.subtext{
	font-family: 'JohnHandyLetPlain';
	}