p.light {
	font-weight: lighter;
}

p.bold {
	font-weight: bold;
}

p.bolder {
	font-weight: bolder;
}

p.thicker {
	font-weight: 900;
}