:root {
    --body-text-color: #444444;
    --header-footer-color: #f47f03;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #e5e5e5;
    --text-color-opacity-50: rgba(68, 68, 68, 0.50);
    --text-color-opacity-30: rgba(68, 68, 68, 0.30);
    --text-color-darken-15: #3A3A3A;
    --header-footer-color-lighten-15: #F69229;
    --header-footer-color-darken-15: #CF6C03;
    --header-footer-hover: #F69229;
    --action-color-text: #f47f03;
}