:root {
    --body-text-color: #642382;
    --header-footer-color: #d4d800;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #d4d800;
    --text-color-opacity-50: rgba(100, 35, 130, 0.50);
    --text-color-opacity-30: rgba(100, 35, 130, 0.30);
    --text-color-darken-15: #551E6F;
    --header-footer-color-lighten-15: #DADE26;
    --header-footer-color-darken-15: #B4B800;
    --header-footer-hover: #DADE26;
    --action-color-text: #d4d800;
}