/* Shared Praxium tokens: chat and wiki use the same surfaces and controls. */
.auth-mark, .wiki-mark { mix-blend-mode: lighten; }
:root {
  color-scheme: dark;
  --app-bg: #171817;
  --app-sidebar: #111211;
  --app-panel: #20211e;
  --app-field: #1a1b19;
  --app-hover: #ffffff08;
  --app-line: #ffffff15;
  --app-text: #ece8df;
  --app-muted: #b7ad9d;
  --app-accent: #c79a4b;
  --app-link: #d6bf82;
  --app-focus: #c5a365;
  --app-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --app-serif: "Baskerville", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --app-control-radius: 8px;
}
