:root {
    --body-text-color: #3C3C3B;
    --header-footer-color: #54BCD8;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #E41B82;
    --text-color-opacity-50: rgba(60, 60, 59, 0.50);
    --text-color-opacity-30: rgba(60, 60, 59, 0.30);
    --text-color-darken-15: #333332;
    --header-footer-color-lighten-15: #6EC6DE;
    --header-footer-color-darken-15: #47A0B8;
    --header-footer-hover: #47A0B8;
    --action-color-text: #54BCD8;
}