:root {
    --body-text-color: #727272;
    --header-footer-color: #9c189c;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #999999;
    --text-color-opacity-50: rgba(114, 114, 114, 0.50);
    --text-color-opacity-30: rgba(114, 114, 114, 0.30);
    --text-color-darken-15: #616161;
    --header-footer-color-lighten-15: #AB3BAB;
    --header-footer-color-darken-15: #851485;
    --header-footer-hover: #AB3BAB;
    --action-color-text: #9c189c;
}