@mixin body-responsive() {
	@include body-S();

	@media ( max-width: $breakpoint ) {
		@include body-M();
	}
}
