.theme-stone {
  --color-800: 10 10 10;
}

.body { 
  background-color: #000 !important
}

.dark {
  --bg-color: #000 !important
}

.dark\:bg-theme-800:is(.dark *) {
  --tw-bg-opacity:1;
  background-color: #0f0f0f !important
}

.dark\:bg-white\/5:is(.dark *) {
  background-color: hsla(0,0%,100%,.02) !important
}
