
@mixin high-contrast-media-query {
  @media screen and (forced-colors: active) {
    @content;
  }
}
