html[data-theme] {
  --color-border: #4574d2;
  --color-yellow-mid: #f5e15b;
}
html[data-theme]:not([data-theme="dark"]) {
  --color-bg: #aadcff;
  --color-inverse: #78a8e9;
  --color-surface: #ffffff;
  --color-surface-hover: #4574d2;
}
