@import url("./themes/flexoki.css");
@import url("./themes/catppuccin.css");
@import url("./themes/tokyo-night.css");
@import url("./themes/monokai.css");
@import url("./themes/terminal.css");

:root[data-theme]:not([data-theme="default"]) body {
  background: var(--bg);
}

:root[data-theme]:not([data-theme="default"]) body::before,
:root[data-theme]:not([data-theme="default"]) body::after {
  content: none;
}
