:root {
    --body-text-color: #145358;
    --header-footer-color: #00A2B1;
    --error-color: #e85858;
    --bg-color: #F5F5F0;
    --progress-inactive-color: #f7b045;
    --text-color-opacity-50: rgba(20, 83, 88, 0.50);
    --text-color-opacity-30: rgba(20, 83, 88, 0.30);
    --text-color-darken-15: #11474B;
    --header-footer-color-lighten-15: #26B0BD;
    --header-footer-color-darken-15: #008A96;
    --header-footer-hover: #26B0BD;
    --action-color-text: #00A2B1;
}