/*
  Painted before React mounts, so a reload never flashes the wrong scheme.
  Both values mirror --ddl-bg in styles/global.css; retune them together.
*/
html,
body {
  background: oklch(0.13 0.008 255);
}
html[data-mantine-color-scheme='light'],
html[data-mantine-color-scheme='light'] body {
  background: oklch(0.965 0.006 255);
}
