:root {
    --body-text-color: #000000;
    --header-footer-color: #007a3b;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #ca0c0f;
    --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: #268E58;
    --header-footer-color-darken-15: #006832;
    --header-footer-hover: #268E58;
    --action-color-text: #007a3b;
}