:root {
    --body-text-color: #230819;
    --header-footer-color: #D90C8D;
    --error-color: #e85858;
    --bg-color: #EAEAEA;
    --progress-inactive-color: #671355;
    --text-color-opacity-50: rgba(35, 8, 25, 0.50);
    --text-color-opacity-30: rgba(35, 8, 25, 0.30);
    --text-color-darken-15: #1E0715;
    --header-footer-color-lighten-15: #DF309E;
    --header-footer-color-darken-15: #B80A78;
    --header-footer-hover: #DF309E;
    --action-color-text: #D90C8D;
}