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

/* Table of Content
==================================================
	#Typography Styles
	#Font-Face */
	
	
	

/* #Typography Styles
================================================== */
/* 	Section for colors, and text formating */




/* #Font-Face
================================================== */
/* 	IMPORTED FONTS
		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: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/