@import 'tailwindcss';
html {
  background: var(--bg, #23222b);
  color: var(--fg, #dedede);
}
/* html.light {
  background: #dedede;
  color: #191919;
} */