@mixin body-responsive-bold() {
	font-weight: $bold-font-weight;

	@include body-responsive();
}
