:root {
    --body-text-color: #323232;
    --header-footer-color: #ff611d;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #6d4a98;
    --text-color-opacity-50: rgba(50, 50, 50, 0.50);
    --text-color-opacity-30: rgba(50, 50, 50, 0.30);
    --text-color-darken-15: #2B2B2B;
    --header-footer-color-lighten-15: #FF793F;
    --header-footer-color-darken-15: #D95219;
    --header-footer-hover: #D95219;
    --action-color-text: #ff611d;
}