:root {
    --body-text-color: #002E63;
    --header-footer-color: #00B2C9;
    --error-color: #e85858;
    --bg-color: #E5F7FA;
    --progress-inactive-color: #DBF560;
    --text-color-opacity-50: rgba(0, 46, 99, 0.50);
    --text-color-opacity-30: rgba(0, 46, 99, 0.30);
    --text-color-darken-15: #002754;
    --header-footer-color-lighten-15: #26BED1;
    --header-footer-color-darken-15: #0097AB;
    --header-footer-hover: #26BED1;
    --action-color-text: #00B2C9;
}