/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

	@font-face {
	    font-family: 'Architype Light';
	    src: url('ArchitypeLight.eot');
	    src: url('ArchitypeLight.eot?iefix') format('eot'),
	         url('ArchitypeLight.woff') format('woff'),
	         url('ArchitypeLight.ttf') format('truetype'),
	         url('ArchitypeLight.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }

	@font-face {
	    font-family: 'Architype Bold';
	    src: url('ArchitypeBold.eot');
	    src: url('ArchitypeBold.eot?iefix') format('eot'),
	         url('ArchitypeBold.woff') format('woff'),
	         url('ArchitypeBold.ttf') format('truetype'),
	         url('ArchitypeBold.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }

	@font-face {
	font-family: 'Architype Serif';
	src: url('subset-AIArchitypeSerif-RegularBeta.eot');
	src: url('subset-AIArchitypeSerif-RegularBeta.eot?#iefix') format('embedded-opentype'),
		url('subset-AIArchitypeSerif-RegularBeta.woff') format('woff'),
		url('subset-AIArchitypeSerif-RegularBeta.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}