.light .hover\:bg-\[\#101015\]:hover {
  color: #f8f7f2 !important;
}

.light .hover\:bg-\[\#101015\]:hover :where(h1, h2, h3, h4, p, span, div) {
  color: inherit !important;
}

.light .hover\:bg-\[\#101015\]:hover :where(svg, path) {
  color: inherit !important;
  stroke: currentColor;
}
