:root{--bkg:#ffffff;--text-main:#111111}html.dark .bg-bkg{background-color:#0b0b0c}html.dark .text-text-main{color:#eaeaea}.bg-bkg{background-color:var(--bkg)}.text-text-main{color:var(--text-main)}*{transition:color .2s ease,background-color .2s ease}
