html[data-theme]:not([data-theme="dark"]) {
  --color-yellow-dark: #854d0e;
  --color-yellow-mid: #edbd0e;
  --color-yellow-soft: #fef08a;
  --color-yellow-subtle: #fef9c3;
}
html[data-theme="dark"] {
  --color-yellow-dark: #fdf3b8;
  --color-yellow-mid: #eead17;
  --color-yellow-soft: #bf950d;
  --color-yellow-subtle: #9c7c15;
}
html[data-theme]:not([data-theme="dark"]) .bg-bg {
  background: linear-gradient(90deg, transparent 50px, #ff8a90 50px, #ff8a90 51px, transparent 52px) 0 0 / 100% 30px,
linear-gradient(#a3d7ff 0.1em, transparent 0.1em) 0 0 / 100% 25px;
  background-color: var(--color-bg);
  background-attachment: local;
}
