:root {
    --body-text-color: #000000;
    --header-footer-color: #d61d77;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #fad5db;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #DC3F8B;
    --header-footer-color-darken-15: #B61965;
    --header-footer-hover: #DC3F8B;
    --action-color-text: #d61d77;
}