/* The same canvas appears before sign-in, in the workspace and in creator studio. */
:root { background: #ece9e6; color: #282527; color-scheme: light; }
html[data-theme='dark'] { background: #282527; color: #f6f0f1; color-scheme: dark; }
body { margin: 0; background: inherit; }
html[data-workspace-appearance='creator'] { background: #ece9e6; color-scheme: light; }
html[data-workspace-appearance='creator'] body { background: #ece9e6; }
