:root {
    --body-text-color: #17223d;
    --header-footer-color: #fd5e2e;
    --error-color: #e85858;
    --bg-color: #fd5e2e;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(23, 34, 61, 0.50);
    --text-color-opacity-30: rgba(23, 34, 61, 0.30);
    --text-color-darken-15: #141D34;
    --header-footer-color-lighten-15: #FD764D;
    --header-footer-color-darken-15: #D75027;
    --header-footer-hover: #D75027;
    --action-color-text: #fd5e2e;
}