:root {
    --body-text-color: #575757;
    --header-footer-color: #459ede;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #f7cb46;
    --text-color-opacity-50: rgba(87, 87, 87, 0.50);
    --text-color-opacity-30: rgba(87, 87, 87, 0.30);
    --text-color-darken-15: #4A4A4A;
    --header-footer-color-lighten-15: #61ADE3;
    --header-footer-color-darken-15: #3B86BD;
    --header-footer-hover: #3B86BD;
    --action-color-text: #459ede;
}