:root {
    --body-text-color: #007482;
    --header-footer-color: #C0172B;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #221E1F;
    --text-color-opacity-50: rgba(0, 116, 130, 0.50);
    --text-color-opacity-30: rgba(0, 116, 130, 0.30);
    --text-color-darken-15: #00636F;
    --header-footer-color-lighten-15: #C93A4B;
    --header-footer-color-darken-15: #A31425;
    --header-footer-hover: #C93A4B;
    --action-color-text: #C0172B;
}