:root {
    --body-text-color: #0E0E0F;
    --header-footer-color: #652466;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #f06723;
    --text-color-opacity-50: rgba(14, 14, 15, 0.50);
    --text-color-opacity-30: rgba(14, 14, 15, 0.30);
    --text-color-darken-15: #0C0C0D;
    --header-footer-color-lighten-15: #7C457D;
    --header-footer-color-darken-15: #561F57;
    --header-footer-hover: #7C457D;
    --action-color-text: #652466;
}