/* TYPOGRAPHY */

	@font-face {
		font-family: chronicle_display_reg;
		src: url(../fonts/chronicledisplay-roman.otf);
		}
		
	@font-face {
		font-family: chronicle_display_italic;
		src: url(../fonts/chronicledisplay-italic.otf);
		}
		
	@font-face {
		font-family: chronicle_display_black;
		src: url(../fonts/chronicledisplay-black.otf);
		}
		
	@font-face {
		font-family: knockout_welterweight;
		src: url(../fonts/knockout-welterweight.otf);
		}
		
	@font-face {
		font-family: knockout_fullmiddleweight;
		src: url(../fonts/knockout-fullmiddlewt.otf);
		}
		
	@font-face {
		font-family: knockout_fullcruiserweight;
		src: url(../fonts/knockout-fullcruiserwt.otf);
		}
		
	@font-face {
		font-family: knockout_juniorflyweight;
		src: url(../fonts/knockout-juniorflyweight.otf);
		}
		
	@font-face {
		font-family: gibson_semibold;
		src: url(../fonts/gibson-semibold.otf);
		}
		
	@font-face {
		font-family: gibson_regular;
		src: url(../fonts/gibson-regular.otf);
		}
		
	@font-face {
		font-family: interstate_blk_cond;
		src: url(../fonts/interblacon.woff);
		}
		
	@font-face {
		font-family: interstate_blk;
		src: url(../fonts/interbla.woff);
		}
		
	p1 {
		font-family: "chronicle_display_reg", serif;
		font-weight: 200;
		font-style: normal;
		text-align: left;
		font-size: 18px;
		letter-spacing: .1px;
		line-height: 1.32;
		color: #000;
		}
		
	h1 {
		font-family: "knockout_welterweight", sans-serif;
		font-style: normal;
		text-align: center;
		font-size: 100px !important;
		letter-spacing: .1px;
		line-height: .8;
		color: #000;
		}
		
	h2 {
		font-family: "knockout_welterweight", sans-serif;
		font-style: normal;
		text-align: center;
		font-size: 30px !important;
		letter-spacing: .1px;
		line-height: .8;
		color: #000;
		}
		
	span.introtext-italic {
		font-family: "chronicle_display_italic", serif;
		font-weight: 200;
		}