:root {
    --body-text-color: #75989C;
    --header-footer-color: #75989C;
    --error-color: #e85858;
    --bg-color: #FFF4E0;
    --progress-inactive-color: #E1A622;
    --text-color-opacity-50: rgba(117, 152, 156, 0.50);
    --text-color-opacity-30: rgba(117, 152, 156, 0.30);
    --text-color-darken-15: #638185;
    --header-footer-color-lighten-15: #8AA7AB;
    --header-footer-color-darken-15: #638185;
    --header-footer-hover: #638185;
    --action-color-text: #75989C;
}