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

@import "../mixin";

@mixin utrecht-html-h3 {
  h3 {
    @include utrecht-heading-3;
    @include utrecht-heading-3--distanced;
  }
}
