html[data-theme]:not([data-theme="dark"]) {
  --color-surface: #831100;
}
html[data-theme="dark"] {
  --color-surface: #5c0701;
}
