@mixin high-contrast-outline($border-width: border-width()) {
  outline: $border-width solid transparent;
  @content;
}
