:root {
    --body-text-color: #000000;
    --header-footer-color: #018257;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #d20f1f;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #279570;
    --header-footer-color-darken-15: #016F4A;
    --header-footer-hover: #279570;
    --action-color-text: #018257;
}