:root {
    --body-text-color: #b9151d;
    --header-footer-color: #166e30;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #f5c72f;
    --text-color-opacity-50: rgba(185, 21, 29, 0.50);
    --text-color-opacity-30: rgba(185, 21, 29, 0.30);
    --text-color-darken-15: #9D1219;
    --header-footer-color-lighten-15: #39844F;
    --header-footer-color-darken-15: #135E29;
    --header-footer-hover: #39844F;
    --action-color-text: #166e30;
}