:root {
    --body-text-color: #101010;
    --header-footer-color: #008c48;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #ffb60d;
    --text-color-opacity-50: rgba(16, 16, 16, 0.50);
    --text-color-opacity-30: rgba(16, 16, 16, 0.30);
    --text-color-darken-15: #0E0E0E;
    --header-footer-color-lighten-15: #269D63;
    --header-footer-color-darken-15: #00773D;
    --header-footer-hover: #269D63;
    --action-color-text: #008c48;
}