:root {
    --body-text-color: #76BEDC;
    --header-footer-color: #015E5E;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #F0CAE8;
    --text-color-opacity-50: rgba(118, 190, 220, 0.50);
    --text-color-opacity-30: rgba(118, 190, 220, 0.30);
    --text-color-darken-15: #64A2BB;
    --header-footer-color-lighten-15: #277676;
    --header-footer-color-darken-15: #015050;
    --header-footer-hover: #277676;
    --action-color-text: #015E5E;
}