:root {
    --body-text-color: #007a87;
    --header-footer-color: #134F5C;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #ff8f1f;
    --text-color-opacity-50: rgba(0, 122, 135, 0.50);
    --text-color-opacity-30: rgba(0, 122, 135, 0.30);
    --text-color-darken-15: #006873;
    --header-footer-color-lighten-15: #366974;
    --header-footer-color-darken-15: #10434E;
    --header-footer-hover: #366974;
    --action-color-text: #134F5C;
}