:root {
    --body-text-color: #371345;
    --header-footer-color: #D94E9C;
    --error-color: #e85858;
    --bg-color: #F7B5D2;
    --progress-inactive-color: #A1A1A1;
    --text-color-opacity-50: rgba(55, 19, 69, 0.50);
    --text-color-opacity-30: rgba(55, 19, 69, 0.30);
    --text-color-darken-15: #2F103B;
    --header-footer-color-lighten-15: #DF69AB;
    --header-footer-color-darken-15: #B84285;
    --header-footer-hover: #B84285;
    --action-color-text: #D94E9C;
}