@import "./tokens/fonts.css";
@import "./tokens/colors.css";
@import "./tokens/typography.css";
@import "./tokens/spacing.css";
@import "./tokens/elevation.css";
@import "./tokens/motion.css";
@import "./tokens/base.css";

/* Served-site accessibility hardening. Keep the approved HTML unchanged while
   ensuring muted evidence text passes AA and off-screen reveal states do not
   reduce text contrast for assistive technology. */
:root {
  --text-muted: #5b5650;
}

.rv-wait,
.rv-in {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
