:root {
    --body-text-color: #47086f;
    --header-footer-color: #47086f;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #138578;
    --text-color-opacity-50: rgba(71, 8, 111, 0.50);
    --text-color-opacity-30: rgba(71, 8, 111, 0.30);
    --text-color-darken-15: #3C075E;
    --header-footer-color-lighten-15: #632D85;
    --header-footer-color-darken-15: #3C075E;
    --header-footer-hover: #632D85;
    --action-color-text: #47086f;
}