/* Dark default theme overrides */
.sn-body--dark, body.dark { color-scheme: dark; }
body.dark .bg-white { background-color: rgb(39 39 42) !important; }
body.dark .bg-gray-50, body.dark .bg-gray-100 { background-color: rgb(24 24 27) !important; }
body.dark .text-gray-800, body.dark .text-gray-900, body.dark .text-black { color: rgb(244 244 245) !important; }
body.dark .text-gray-600 { color: rgb(161 161 170) !important; }
body.dark .border-gray-200, body.dark .border-gray-100 { border-color: rgb(63 63 70) !important; }
body.dark header, body.dark footer { background-color: rgb(24 24 27); color: rgb(244 244 245); }
