@font-face {
    font-family: 'TheSerifBlackRegular';
    src: url('/_fonts/theserifblack-plain-webfont.eot');
    src: url('/_fonts/theserifblack-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/theserifblack-plain-webfont.woff') format('woff'),
         url('/_fonts/theserifblack-plain-webfont.ttf') format('truetype'),
         url('/_fonts/theserifblack-plain-webfont.svg#TheSerifBlackRegular') format('svg');
    font-weight: bold;
    font-style: normal;

}

.serif_black {
	font-family:'TheSerifBlackRegular';
	font-weight: bold;
}



@font-face {
    font-family: 'TheSerifSemiLightRegular';
    src: url('/_fonts/theserifsemilight-plain-webfont.eot');
    src: url('/_fonts/theserifsemilight-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/theserifsemilight-plain-webfont.woff') format('woff'),
         url('/_fonts/theserifsemilight-plain-webfont.ttf') format('truetype'),
         url('/_fonts/theserifsemilight-plain-webfont.svg#TheSerifSemiLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.serif_extra_light {
	font-family:'TheSerifSemiLightRegular';
	font-weight:normal;
}

.serif_semi_bold {
	font-family:'TheSerifSemiLightRegular';
	font-weight:normal;
}