/**
 * @license EUPL-1.2
 * Copyright (c) 2021 Robbert Broersma
 */

@import "../mixin";

@mixin utrecht-html-h4 {
  h4 {
    @include utrecht-heading-4;
    @include utrecht-heading-4--distanced;
  }
}
