:root {
    --body-text-color: #0E6976;
    --header-footer-color: #4D959D;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #FFC20D;
    --text-color-opacity-50: rgba(14, 105, 118, 0.50);
    --text-color-opacity-30: rgba(14, 105, 118, 0.30);
    --text-color-darken-15: #0C5964;
    --header-footer-color-lighten-15: #68A5AC;
    --header-footer-color-darken-15: #417F85;
    --header-footer-hover: #68A5AC;
    --action-color-text: #4D959D;
}