:root {
    --body-text-color: #2B3035;
    --header-footer-color: #3ca2e1;
    --error-color: #e85858;
    --bg-color: #99caff;
    --progress-inactive-color: #389c95;
    --text-color-opacity-50: rgba(43, 48, 53, 0.50);
    --text-color-opacity-30: rgba(43, 48, 53, 0.30);
    --text-color-darken-15: #25292D;
    --header-footer-color-lighten-15: #59B0E6;
    --header-footer-color-darken-15: #338ABF;
    --header-footer-hover: #338ABF;
    --action-color-text: #3ca2e1;
}