h1{
	font-weight: 300;
}
h2, h3 {
	font-weight: 400;
}
figcaption strong,
.button,
.links,
.head p,
.profile p,
.references h3,
.teaser {
	font-weight: 600;
}
.card h3,
.feature p,
.splash p,
.teaser h3{
	font-weight: 700;
}
.article strong {
	font-weight: 800;
}
@media screen and (min-width: 60em) {
	.profile p {
		font-weight: 400;
	}
}