:root {
    --theme-body-background: #fff; /* Dark background */
    --theme-background: #eee; /* Dark background */
    --theme-border: #CCCCCC; /* Dark border */
    --theme-button: #e7e7e7; /* Dark button background */
    --theme-button-hover: #efefef; /* Dark button hover color */
    --theme-text-color: #333333; /* Text color on dark background */
    --theme-text-color-hover: #333333; /* Text color on dark background (hover) */
    --theme-table-border-color: #CCCCCC; /* Table border color #A7A8A8 */
    --theme-Settings-background: rgb(254, 254, 254); /* Settings background */
    --theme-Settings-button: #D1E2EC; /* Settings button background */
    --theme-Settings-button-hover: #EAEAEA; /* Settings button hover color */
}