:root {
    --body-text-color: #ed7cd4;
    --header-footer-color: #5be610;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #1b17ed;
    --text-color-opacity-50: rgba(237, 124, 212, 0.50);
    --text-color-opacity-30: rgba(237, 124, 212, 0.30);
    --text-color-darken-15: #C969B4;
    --header-footer-color-lighten-15: #74EA34;
    --header-footer-color-darken-15: #4DC40E;
    --header-footer-hover: #74EA34;
    --action-color-text: #5be610;
}