:root {
    --body-text-color: #1C2533;
    --header-footer-color: #22B9D5;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #e3e7f2;
    --text-color-opacity-50: rgba(28, 37, 51, 0.50);
    --text-color-opacity-30: rgba(28, 37, 51, 0.30);
    --text-color-darken-15: #181F2B;
    --header-footer-color-lighten-15: #43C4DB;
    --header-footer-color-darken-15: #1D9DB5;
    --header-footer-hover: #43C4DB;
    --action-color-text: #22B9D5;
}