:root.theme-dark {
    --wh-color-bg-main: rgb(33, 47, 64);
    --app-header: rgb(28, 40, 54);
    --app-footer: rgb(28, 40, 54);
    --wh-color-bg-main-dark: rgb(33, 47, 64);
    --wh-color-backlight-secondary: rgb(28, 40, 54);
}

:root {
    --app-header: rgb(28, 40, 54);
    --app-footer: rgb(28, 40, 54);
}