:root {
    --body-text-color: #8296a6;
    --header-footer-color: #a8ca4a;
    --error-color: #e85858;
    --bg-color: #F7F7F7;
    --progress-inactive-color: #E52D89;
    --text-color-opacity-50: rgba(130, 150, 166, 0.50);
    --text-color-opacity-30: rgba(130, 150, 166, 0.30);
    --text-color-darken-15: #6F808D;
    --header-footer-color-lighten-15: #B5D265;
    --header-footer-color-darken-15: #8FAC3F;
    --header-footer-hover: #8FAC3F;
    --action-color-text: #a8ca4a;
}