:root {
    --body-text-color: #342F2F;
    --header-footer-color: #6C6868;
    --error-color: #e85858;
    --bg-color: #DFDADD;
    --progress-inactive-color: #5E4F4F;
    --text-color-opacity-50: rgba(52, 47, 47, 0.50);
    --text-color-opacity-30: rgba(52, 47, 47, 0.30);
    --text-color-darken-15: #2C2828;
    --header-footer-color-lighten-15: #827F7F;
    --header-footer-color-darken-15: #5C5858;
    --header-footer-hover: #827F7F;
    --action-color-text: #6C6868;
}