@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: 'RockwellCE';
    src: url('../fonts/rockwellce-regular.eot');
	 src: url('../fonts/rockwellce-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rockwellce-regular.woff') format('woff'),
         url('../fonts/rockwellce-regular.ttf') format('truetype'),
         url('../fonts/rockwellce-regular.svg#rockwell_ceregular') format('svg');
	font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RockwellCE';
    src: url('../fonts/rockwellce-bold.eot');
	src: url('../fonts/rockwellce-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rockwellce-bold.woff') format('woff'),
         url('../fonts/rockwellce-bold.ttf') format('truetype'),
         url('../fonts/rockwellce-bold.svg#rockwell_cebold') format('svg');
	font-weight: bold;
    font-style: normal;

}