:root {
    --body-text-color: #424242;
    --header-footer-color: #5dbdd2;
    --error-color: #e85858;
    --bg-color: #caeaf0;
    --progress-inactive-color: #424242;
    --text-color-opacity-50: rgba(66, 66, 66, 0.50);
    --text-color-opacity-30: rgba(66, 66, 66, 0.30);
    --text-color-darken-15: #383838;
    --header-footer-color-lighten-15: #75C7D9;
    --header-footer-color-darken-15: #4FA1B3;
    --header-footer-hover: #4FA1B3;
    --action-color-text: #5dbdd2;
}