@font-face {
    font-family: 'OpenSansCondensed';
    src: url('../fonts/OpenSans-CondLight-webfont.eot');
    src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-CondLight-webfont.svg#league_gothic_italicregular') format('svg');
}

body {
 	font-family: 'Open Sans', sans-serif;
}	

/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
   font-family: 'OpenSansCondensed';
}
.typography h1 { font-size: 30px; line-height: 45px;}
.typography h2 { font-size: 28px;}
.typography h3 { font-size: 22px; line-height: 30px; margin-bottom: 10px; }
.typography h4 { font-size: 18px; line-height: 25px; margin-bottom: 5px; }
.typography h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
.typography h6 { font-size: 14px; line-height: 20px; margin-bottom: 5px; }

strong {
	font-weight:700;
}

em {
	font-style: italic;
}