body *{
	text-wrap: pretty;
}

.text-balance{
	text-wrap: balance;
}

/* font-stretch */ 

.fstr-supercondensed {
	font-stretch: 25%;
}

.fstr-ultracondensed {
	font-stretch: 50%;
	font-stretch: ultra-condensed;
}

.fstr-extracondensed {
	font-stretch: 62.5%;
	font-stretch: extra-condensed;	
}

.fstr-condensed {
	font-stretch: 75%;
	font-stretch: condensed;
}

.fstr-semicondensed {
	font-stretch: 87.5%;
	font-stretch: semi-condensed;
}

.fstr-normal {
	font-stretch: 100%;
	font-stretch: normal;
}

.fstr-semiexpanded {
	font-stretch: 112.5%;
	font-stretch: semi-expanded;
}

.fstr-expanded {
	font-stretch: 125%;
	font-stretch: expanded;
}

.fstr-extraexpanded {
	font-stretch: 150%;
	font-stretch: extra-expanded;
}

.fstr-ultraexpanded{
	font-stretch: 200%;
	font-stretch: ultra-expanded;
}

/* font-weight */

.fw-thin{
	font-weight: 100;
}

.fw-extralight {
	font-weight: 200;
}

.fw-medium {
	font-weight: 500;
}

.fw-extrabold{
	font-weight: 800;
}

.fw-black{
	font-weight: 900;
}
