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

@import "../mixin";

@mixin utrecht-html-p {
  /* stylelint-disable selector-class-pattern */

  p {
    @include utrecht-paragraph;
  }

  * ~ p {
    @include utrecht-paragraph--distanced;
  }
}
