@font-face {
	font-family: 'TTNorms';
	src: url('TTNormsRegular.eot');
	src: url('TTNormsRegular.eot?#iefix') format('embedded-opentype'),
             url('TTNormsRegular.woff2') format('woff2'),
	     url('TTNormsRegular.woff') format('woff'),
	     url('TTNormsRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TTNorms';
	src: url('TTNormsBold.eot');
	src: url('TTNormsBold.eot?#iefix') format('embedded-opentype'),
             url('TTNormsBold.woff2') format('woff2'),
	     url('TTNormsBold.woff') format('woff'),
	     url('TTNormsBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}