:root {
    --body-text-color: #003B49;
    --header-footer-color: #00B2A9;
    --error-color: #e85858;
    --bg-color: #ECE6EF;
    --progress-inactive-color: #FBE122;
    --text-color-opacity-50: rgba(0, 59, 73, 0.50);
    --text-color-opacity-30: rgba(0, 59, 73, 0.30);
    --text-color-darken-15: #00323E;
    --header-footer-color-lighten-15: #26BEB6;
    --header-footer-color-darken-15: #009790;
    --header-footer-hover: #26BEB6;
    --action-color-text: #00B2A9;
}