body.light {
    --body-background: #ccc;
    --header-background: #359d;
    --header-color: #eef;
    --header-hover-background: #46ad;
    --header-not-implemented-background: #a45d;
    --header-not-implemented-hover-background: #c67d;
    --hr-color: #223;
    --text-color: #000;
    --opposite-text-color: #eef;
    --box-background: #eeed;
    --box-header-background: #3595;
    --table-row-even: #79c3;
    --table-row-odd: #79c1;
    --table-row-red: #7113;
    --table-row-green: #1713;
    --button-background: #46ad;
    --button-hover-background: #79c;
    --table-button-green: #5c6;
    --table-button-yellow: #cb5;
    --table-button-red: #e78;
    --login-error-color: darkgoldenrod;
    --error-popup-red: #7119;
    --error-popup-text: #fff;
    --error-popup-green: #1719;
    --required-field-color: #f33;
    --box-button-red: #944;
    --box-button-red-hover: #a55;
}