:root {
    --switcher-pointer-bg: #fff;
    --switcher-active-color: #000;

    /* --- */
    --button-bg: rgba(49,188,107,.9);
    --button-bg-hover: #31bc6b;

    /* --- */ /* legacy */
    --reservation-button-bg: linear-gradient(45deg, #000, #444);
    --reservation-border-bg: linear-gradient(45deg, #000, #444);
    --reservation-caption-color: #c0c0c0;

    /* --- */
    --dish-switcher-color: #777;
    --dish-switcher-sub-color: #BDBDBD;
    --dish-switcher-hover-color: #2A2A2A;
    --dish-switcher-active-color: #2A2A2A;
    --dish-switcher-sub-active-color: #BDBDBD;
    --dish-switcher-pointer-bg: #fff;

    /* --- */
    --rating-star-color: #6FC600;
    --rating-star-hight-color: #00A010;
    --rating-count-color: rgba(0,0,0,.32);

    /* --- */
    --worktime-today-color: #009933;
}