.text-xxs,
p.text-xxs {
	font-size: 70%;
	line-height: 1.7;
	color: #808080;
}
.text-xs,
p.text-xs {
	font-size: 86%;
	line-height: 1.7;
	color: #808080;
}
.text-s,
p.text-s {
	font-size: 90%;
	line-height: 1.7;
}
.text-l ,
p.text-l {
	font-size: 110%;
	line-height: 1.8;
}

.text-color-red,
p.text-color-red {
	color: rgba(199,21,21,1.00);
}


.text-weight-100,
p.text-weight-100 {
	font-weight: 100;
}
.text-weight-200,
p.text-weight-200{
	font-weight: 200;
}
.text-weight-300,
p.text-weight-300{
	font-weight: 300;
}
.text-weight-400,
p.text-weight-400{
	font-weight: 400;
}
.text-weight-500,
p.text-weight-500{
	font-weight: 500;
}
.text-weight-700,
p.text-weight-700{
	font-weight: 700;
}
.text-weight-800,
p.text-weight-800{
	font-weight: 800;
}