/** DO NOT ADD ANYTHING ELSE TO THESE CLASSES!! */

@font-face {
	font-family: 'EconomicaBold-IIT';
	src: url("/biodem/javax.faces.resource/fonts/Economica-Bold-OTF-webfont.eot.xhtml?ln=jsf-common");
	src: url("/biodem/javax.faces.resource/fonts/Economica-Bold-OTF-webfont.eot.xhtml?ln=jsf-common?#iefix") format('embedded-opentype'),
		url("/biodem/javax.faces.resource/fonts/Economica-Bold-OTF-webfont.woff.xhtml?ln=jsf-common") format('woff'),
		url("/biodem/javax.faces.resource/fonts/Economica-Bold-OTF-webfont.ttf.xhtml?ln=jsf-common") format('truetype'),
		url("/biodem/javax.faces.resource/fonts/Economica-Bold-OTF-webfont.svg.xhtml?ln=jsf-common#EconomicaBold") format('svg');
	font-weight: normal;
	font-style: normal;
}

.font-italic {
	font-style: italic;
}

/* ====================================== font weights */
.font-bold {
	font-weight: bold;
	/* same as font-weight: 700; */
}

.font-normal {
	font-weight: normal;
	/* same as font-weight: 400; */
}

.font-weight-100 {
	font-weight: 100;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
	/* same as font-weight: normal; */
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
	/* same as font-weight: bold; */
}

.font-weight-800 {
	font-weight: 800;
}

.font-weight-900 {
	font-weight: 900;
}

/* ====================================== font sizes percentage */
.font-size-100pct {
	font-size: 100%;
}

.font-size-95pct {
	font-size: 95%;
}

.font-size-90pct {
	font-size: 90%;
}

.font-size-85pct {
	font-size: 85%;
}

.font-size-80pct {
	font-size: 80%;
}

.font-size-75pct {
	font-size: 75%;
}

.font-size-70pct {
	font-size: 70%;
}

.font-size-65pct {
	font-size: 65%;
}

.font-size-60pct {
	font-size: 60%;
}

.font-size-55pct {
	font-size: 55%;
}

.font-size-50pct {
	font-size: 50%;
}

.font-size-45pct {
	font-size: 45%;
}

.font-size-40pct {
	font-size: 40%;
}

.font-size-35pct {
	font-size: 35%;
}

.font-size-30pct {
	font-size: 30%;
}

.font-size-25pct {
	font-size: 25%;
}

.font-size-20pct {
	font-size: 20%;
}

.font-size-15pct {
	font-size: 15%;
}

.font-size-10pct {
	font-size: 10%;
}

.font-size-5pct {
	font-size: 5%;
}

/* ====================================== font sizes em */
.font-size-1pt2em {
	font-size: 1.2em;
}

.font-size-1pt1em {
	font-size: 1.1em;
}

.font-size-pt9em {
	font-size: .9em;
}

.font-size-pt8em {
	font-size: .8em;
}

.font-size-pt7em {
	font-size: .7em;
}