:root {
    --body-text-color: #4d4d4d;
    --header-footer-color: #84d6d2;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #5e2391;
    --text-color-opacity-50: rgba(77, 77, 77, 0.50);
    --text-color-opacity-30: rgba(77, 77, 77, 0.30);
    --text-color-darken-15: #414141;
    --header-footer-color-lighten-15: #96DCD9;
    --header-footer-color-darken-15: #70B6B3;
    --header-footer-hover: #70B6B3;
    --action-color-text: #84d6d2;
}