html.luminous-root {
  color-scheme: dark;
  background: #0c0a09;
}

html.luminous-root[data-luminous-theme="light"] {
  color-scheme: light;
  background: #eee7de;
}

:where(html.luminous-root) body.admin-body,
:where(html.luminous-root) .admin-shell {
  min-height: 100dvh;
  margin: 0;
  color: #f4eee4;
  background: #0c0a09;
}

:where(html.luminous-root[data-luminous-theme="light"]) body.admin-body,
:where(html.luminous-root[data-luminous-theme="light"]) .admin-shell {
  color: #211915;
  background: #eee7de;
}

/* Prevent Chromium's unstyled-link blue while global.css is still loading. */
:where(html.luminous-root) a {
  color: inherit;
}
