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

@import "../mixin";

@mixin utrecht-html-h5 {
  h5 {
    @include utrecht-heading-5;
    @include utrecht-heading-5--distanced;
  }
}
