:root {
    --body-text-color: #090909;
    --header-footer-color: #6E685C;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(9, 9, 9, 0.50);
    --text-color-opacity-30: rgba(9, 9, 9, 0.30);
    --text-color-darken-15: #080808;
    --header-footer-color-lighten-15: #847F74;
    --header-footer-color-darken-15: #5E584E;
    --header-footer-hover: #847F74;
    --action-color-text: #6E685C;
}