:root {
    --body-text-color: #202224;
    --header-footer-color: #f0585d;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #fbdedf;
    --text-color-opacity-50: rgba(32, 34, 36, 0.50);
    --text-color-opacity-30: rgba(32, 34, 36, 0.30);
    --text-color-darken-15: #1B1D1F;
    --header-footer-color-lighten-15: #F27175;
    --header-footer-color-darken-15: #CC4B4F;
    --header-footer-hover: #CC4B4F;
    --action-color-text: #f0585d;
}