:root {
    --color-bg: #d7d7d7;
    --color-bg-dark: #fff;
    --color-bg-dark-hard: #eee;
    --text-color: #000;
    --color-white: #333;
    --color-hover-tone: #ddd;
    --color-border-tone: #ddd;
    --input-border-placeholer: #ddd;
}