:root {
    --body-text-color: #4c205b;
    --header-footer-color: #df4597;
    --error-color: #e85858;
    --bg-color: #4c205b;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(76, 32, 91, 0.50);
    --text-color-opacity-30: rgba(76, 32, 91, 0.30);
    --text-color-darken-15: #411B4D;
    --header-footer-color-lighten-15: #E461A7;
    --header-footer-color-darken-15: #BE3B80;
    --header-footer-hover: #BE3B80;
    --action-color-text: #df4597;
}