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

@import "../mixin";

@mixin utrecht-html-h1 {
  h1 {
    @include utrecht-heading-1;
    @include utrecht-heading-1--distanced;
  }
}
