:root {
    --background-color: #fff;
    --background-alpha-color: #cecece33;
    --background-hover-color: #cecece;

    --foreground-color: #f6f6f6;
    --foreground-alpha-color: #f4f4f433;
    --foreground-hover-color: #cecece;

    --text-color: #000000;
    --reverse-text-color: #ffffff;
    --border-color: #cdcdcd;

    --input-background-color: #e7e7e7;
    --input-text-color: #000000;

    --button-background-color: #dad9d9;
    --button-background-hover-color: #cecece;
    --button-text-color: #000000;

    --shadow-color: #cacaca;
}
