:root {
    --body-text-color: #71757E;
    --header-footer-color: #44AACE;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #4D219A;
    --text-color-opacity-50: rgba(113, 117, 126, 0.50);
    --text-color-opacity-30: rgba(113, 117, 126, 0.30);
    --text-color-darken-15: #60636B;
    --header-footer-color-lighten-15: #60B7D5;
    --header-footer-color-darken-15: #3A91AF;
    --header-footer-hover: #3A91AF;
    --action-color-text: #44AACE;
}