:root {
    --body-text-color: #000000;
    --header-footer-color: #6B2472;
    --error-color: #e85858;
    --bg-color: #E9BA50;
    --progress-inactive-color: #4E6A31;
    --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: #814587;
    --header-footer-color-darken-15: #5B1F61;
    --header-footer-hover: #814587;
    --action-color-text: #6B2472;
}