/* Shared high-contrast text policy for every XRay static page. */
:root {
  --muted: #d4e3ec !important;
  --text-muted: #d4e3ec !important;
  --text-main: #f3fbff !important;
  --text: #f3fbff !important;
  --text-secondary: #f3fbff !important;
  --text-primary: #ffffff !important;
}

body { color: #f3fbff; }

.muted,
.subtitle,
.hint,
.footnote,
.component-sub,
.header-center,
.header-right {
  color: #d4e3ec !important;
}
