:root {
    --body-text-color: #36424a;
    --header-footer-color: #dd232f;
    --error-color: #e85858;
    --bg-color: #d5d6d2;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(54, 66, 74, 0.50);
    --text-color-opacity-30: rgba(54, 66, 74, 0.30);
    --text-color-darken-15: #2E383F;
    --header-footer-color-lighten-15: #E2444E;
    --header-footer-color-darken-15: #BC1E28;
    --header-footer-hover: #E2444E;
    --action-color-text: #dd232f;
}