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

@import "../mixin";

@mixin utrecht-html-h6 {
  h6 {
    @include utrecht-heading-6;
    @include utrecht-heading-6--distanced;
  }
}
