html.mt-large-text {
  font-size: 112%;
}

html.mt-high-contrast body {
  filter: contrast(1.18) saturate(1.08);
}

html.mt-reduce-motion *,
html.mt-performance-mode * {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

html.mt-cursor-off .mt-trail-dot,
html.mt-performance-mode .mt-trail-dot {
  display: none !important;
}

html.mt-performance-mode video {
  image-rendering: auto;
}
