:root {
    --body-text-color: #55738C;
    --header-footer-color: #A300FE;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #EA13C8;
    --text-color-opacity-50: rgba(85, 115, 140, 0.50);
    --text-color-opacity-30: rgba(85, 115, 140, 0.30);
    --text-color-darken-15: #486277;
    --header-footer-color-lighten-15: #B126FE;
    --header-footer-color-darken-15: #8B00D8;
    --header-footer-hover: #B126FE;
    --action-color-text: #A300FE;
}