html[data-theme] {
  --color-bg: #161616;
  --color-input: #161616;
}
html[data-theme]:not([data-theme="dark"]) {
  --color-inverse: #1d1f23;
  --color-surface: #ffffff;
  --color-surface-hover: #eeeeee;
}
html[data-theme="dark"] {
  --color-inverse: #070707;
  --color-surface: #1f2123;
  --color-surface-hover: #3b3e43;
  --color-yellow-dark: #ffffff;
  --color-yellow-mid: #e20f08;
  --color-yellow-soft: #e20f08;
  --color-yellow-subtle: #e20f08;
}
