:root {
    --body-text-color: #5536d3;
    --header-footer-color: #00e6d3;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #00e6d3;
    --text-color-opacity-50: rgba(85, 54, 211, 0.50);
    --text-color-opacity-30: rgba(85, 54, 211, 0.30);
    --text-color-darken-15: #482EB3;
    --header-footer-color-lighten-15: #26EADA;
    --header-footer-color-darken-15: #00C4B3;
    --header-footer-hover: #26EADA;
    --action-color-text: #00e6d3;
}