:root {
    --body-text-color: #333c42;
    --header-footer-color: #333c42;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #e1ff01;
    --text-color-opacity-50: rgba(51, 60, 66, 0.50);
    --text-color-opacity-30: rgba(51, 60, 66, 0.30);
    --text-color-darken-15: #2B3338;
    --header-footer-color-lighten-15: #52595E;
    --header-footer-color-darken-15: #2B3338;
    --header-footer-hover: #52595E;
    --action-color-text: #333c42;
}