:root {
    --body-text-color: #4a0947;
    --header-footer-color: #ff7700;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(74, 9, 71, 0.50);
    --text-color-opacity-30: rgba(74, 9, 71, 0.30);
    --text-color-darken-15: #3F083C;
    --header-footer-color-lighten-15: #FF8B26;
    --header-footer-color-darken-15: #D96500;
    --header-footer-hover: #FF8B26;
    --action-color-text: #ff7700;
}