:root {
    --body-text-color: #5d6c89;
    --header-footer-color: #bfd737;
    --error-color: #e85858;
    --bg-color: #edeaec;
    --progress-inactive-color: #bfbfbf;
    --text-color-opacity-50: rgba(93, 108, 137, 0.50);
    --text-color-opacity-30: rgba(93, 108, 137, 0.30);
    --text-color-darken-15: #4F5C74;
    --header-footer-color-lighten-15: #C9DD55;
    --header-footer-color-darken-15: #A2B72F;
    --header-footer-hover: #A2B72F;
    --action-color-text: #bfd737;
}