:root {
    --body-text-color: #2B3035;
    --header-footer-color: #45BB3D;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #2e2768;
    --text-color-opacity-50: rgba(43, 48, 53, 0.50);
    --text-color-opacity-30: rgba(43, 48, 53, 0.30);
    --text-color-darken-15: #25292D;
    --header-footer-color-lighten-15: #61C55A;
    --header-footer-color-darken-15: #3B9F34;
    --header-footer-hover: #61C55A;
    --action-color-text: #45BB3D;
}