@import "./high-contrast";

:root {
  @include high-contrast-light-base-palette();
}

:root.md {
  @include high-contrast-light-md-palette();
}
