:root {
    --theme-bg: #1d2430;
}
html.dark {
    --theme-bg: #1d2430;
}

.bg-theme {
    background-color: var(--theme-bg);
}
