/**
 * @license EUPL-1.2
 * Copyright (c) 2021 The Knights Who Say NIH! B.V.
 * Copyright (c) 2021 Gemeente Utrecht
 */

@import "./mixin";

.utrecht-mark {
  @include utrecht-mark;
}

/* class name available only for Storybook */
.utrecht-mark--print {
  @include utrecht-mark--print;
}

/* class name available only for Storybook */
.utrecht-mark--windows-high-contrast {
  @include utrecht-mark--windows-high-contrast;
}
