html.pc-a11y-large {
  font-size: 112.5%;
}

html.pc-a11y-xlarge {
  font-size: 125%;
}

html.pc-a11y-contrast body {
  --color-text: #000000;
  --color-muted: #1f2937;
  --color-main: #ffffff;
  --color-light-bg: #ffffff;
}

html.pc-a11y-contrast .site-header,
html.pc-a11y-contrast .site-footer {
  background: #000;
  color: #fff;
}

html.pc-a11y-grayscale body,
html.pc-a11y-grayscale img,
html.pc-a11y-grayscale .btn {
  filter: grayscale(1);
}

html.pc-a11y-underline a {
  text-decoration: underline;
}

html.pc-a11y-reduce *,
html.pc-a11y-reduce *::before,
html.pc-a11y-reduce *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

html.pc-a11y-focus *:focus-visible {
  outline: 3px solid #000 !important;
  outline-offset: 3px !important;
}
