:root {
    --body-text-color: #E33974;
    --header-footer-color: #42C9CF;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #B44F96;
    --text-color-opacity-50: rgba(227, 57, 116, 0.50);
    --text-color-opacity-30: rgba(227, 57, 116, 0.30);
    --text-color-darken-15: #C13063;
    --header-footer-color-lighten-15: #5ED1D6;
    --header-footer-color-darken-15: #38ABB0;
    --header-footer-hover: #38ABB0;
    --action-color-text: #42C9CF;
}