:root {
    --body-text-color: #050505;
    --header-footer-color: #0E9848;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #8DC291;
    --text-color-opacity-50: rgba(5, 5, 5, 0.50);
    --text-color-opacity-30: rgba(5, 5, 5, 0.30);
    --text-color-darken-15: #040404;
    --header-footer-color-lighten-15: #32A763;
    --header-footer-color-darken-15: #0C813D;
    --header-footer-hover: #32A763;
    --action-color-text: #0E9848;
}