:root {
    --body-text-color: #333333;
    --header-footer-color: #353535;
    --error-color: #e85858;
    --bg-color: #ffe600;
    --progress-inactive-color: #ffe600;
    --text-color-opacity-50: rgba(51, 51, 51, 0.50);
    --text-color-opacity-30: rgba(51, 51, 51, 0.30);
    --text-color-darken-15: #2B2B2B;
    --header-footer-color-lighten-15: #535353;
    --header-footer-color-darken-15: #2D2D2D;
    --header-footer-hover: #535353;
    --action-color-text: #353535;
}