html:not(.dark) body {
  background-color: #f8fafc !important;
  color: #0f172a !important;
}

html:not(.dark) .bg-gray-950 {
  background-color: #f8fafc !important;
}

html:not(.dark) .bg-gray-900,
html:not(.dark) .bg-gray-800,
html:not(.dark) .bg-gray-900\/50,
html:not(.dark) .bg-gray-950\/80 {
  background-color: #ffffff !important;
}

html:not(.dark) .bg-gray-800\/50 {
  background-color: #f1f5f9 !important;
}

html:not(.dark) .hover\:bg-gray-800\/80:hover,
html:not(.dark) .hover\:bg-gray-800\/50:hover {
  background-color: #e2e8f0 !important;
}

html:not(.dark) .border-gray-800,
html:not(.dark) .border-gray-700,
html:not(.dark) .border-gray-800\/50 {
  border-color: #e2e8f0 !important;
}

html:not(.dark) .text-gray-50,
html:not(.dark) .text-gray-100,
html:not(.dark) .text-gray-200,
html:not(.dark) .text-gray-300,
html:not(.dark) .text-gray-400,
html:not(.dark) .text-gray-500 {
  color: #334155 !important;
}

html:not(.dark) .text-white,
html:not(.dark) .text-gray-50,
html:not(.dark) .text-gray-100 {
  color: #0f172a !important;
}

html:not(.dark) .text-primary-300,
html:not(.dark) .text-primary-400 {
  color: #0e7490 !important;
}

html:not(.dark) .bg-primary-500\/20,
html:not(.dark) .bg-primary-500\/30 {
  background-color: #cffafe !important;
  border-color: #67e8f9 !important;
  color: #0e7490 !important;
}

html:not(.dark) .hover\:bg-primary-500\/30:hover {
  background-color: #a5f3fc !important;
}

html:not(.dark) .text-accent-300,
html:not(.dark) .text-accent-400 {
  color: #b45309 !important;
}

html:not(.dark) .bg-accent-500\/20,
html:not(.dark) .bg-accent-500\/30 {
  background-color: #fef3c7 !important;
  border-color: #fde68a !important;
  color: #b45309 !important;
}

html:not(.dark) .hover\:bg-accent-500\/30:hover {
  background-color: #fde68a !important;
}

html:not(.dark) .bg-primary-900\/90 {
  background-color: #cffafe !important;
  border-color: #06b6d4 !important;
}

html:not(.dark) *:hover > .group-hover\:text-primary-400 {
  color: #0891b2 !important;
}

html:not(.dark) .hover\:bg-gray-800:hover {
  background-color: #f1f5f9 !important;
}

html:not(.dark) .hover\:border-primary-500\/50:hover {
  border-color: #06b6d4 !important;
}

html:not(.dark) .hover\:text-white:hover {
  color: #020617 !important;
}

html:not(.dark) .bg-primary-600 {
  background-color: #06b6d4 !important;
  color: #ffffff !important;
}

html:not(.dark) .bg-accent-600 {
  background-color: #f59e0b !important;
  color: #ffffff !important;
}
