:root {
    --body-text-color: #274149;
    --header-footer-color: #418296;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #E9485A;
    --text-color-opacity-50: rgba(39, 65, 73, 0.50);
    --text-color-opacity-30: rgba(39, 65, 73, 0.30);
    --text-color-darken-15: #21373E;
    --header-footer-color-lighten-15: #5E95A6;
    --header-footer-color-darken-15: #376F80;
    --header-footer-hover: #5E95A6;
    --action-color-text: #418296;
}