:root {
    --body-text-color: #1F2428;
    --header-footer-color: #C0DACF;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #e2a6a6;
    --text-color-opacity-50: rgba(31, 36, 40, 0.50);
    --text-color-opacity-30: rgba(31, 36, 40, 0.30);
    --text-color-darken-15: #1A1F22;
    --header-footer-color-lighten-15: #C9E0D6;
    --header-footer-color-darken-15: #A3B9B0;
    --header-footer-hover: #A3B9B0;
    --action-color-text: #1F2428;
}