:root {
    --body-text-color: #323232;
    --header-footer-color: #db0f0f;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(50, 50, 50, 0.50);
    --text-color-opacity-30: rgba(50, 50, 50, 0.30);
    --text-color-darken-15: #2B2B2B;
    --header-footer-color-lighten-15: #E03333;
    --header-footer-color-darken-15: #BA0D0D;
    --header-footer-hover: #E03333;
    --action-color-text: #db0f0f;
}