:root {
    color-scheme: dark;

    --light_bdb_background_grad_top: #5c5c5f;
    --light_bdb_background_grad_bottom: #4b4857;
    --dark_bdb_background_grad_top: #26292b;
    --dark_bdb_background_grad_bottom: #181a1b;

    --deep_dark_blue: #101018;
    --light_white_blue: #a0a0af;

    --not_so_white: #e9e9e9;
    --not_so_dark: #0c0c0c;

    --dark_component_text: #111114;
    --dark_component_text_debossed_shadow: #575757;

    --xmas_dull_red: #b63434;
    --xmas_dull_green: #38b634;
}