html[data-theme]:not([data-theme="dark"]) {
  --color-inverse-text: #f9fafb;
}
html[data-theme="dark"] {
  --color-border: #157b9d;
  --color-yellow-dark: #f9fafb;
  --color-yellow-mid: #5fc7e9;
  --color-yellow-soft: #5fc7e9;
  --color-yellow-subtle: #157b9d;
}
