:root {
    --body-text-color: #37164B;
    --header-footer-color: #D94D9C;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #d81316;
    --text-color-opacity-50: rgba(55, 22, 75, 0.50);
    --text-color-opacity-30: rgba(55, 22, 75, 0.30);
    --text-color-darken-15: #2F1340;
    --header-footer-color-lighten-15: #DF68AB;
    --header-footer-color-darken-15: #B84185;
    --header-footer-hover: #B84185;
    --action-color-text: #D94D9C;
}