:root {
    --body-text-color: #5D3754;
    --header-footer-color: #5D3754;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(93, 55, 84, 0.50);
    --text-color-opacity-30: rgba(93, 55, 84, 0.30);
    --text-color-darken-15: #4F2F47;
    --header-footer-color-lighten-15: #75556E;
    --header-footer-color-darken-15: #4F2F47;
    --header-footer-hover: #75556E;
    --action-color-text: #5D3754;
}