:root {
    --body-text-color: #292929;
    --header-footer-color: #5d4776;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #ff7221;
    --text-color-opacity-50: rgba(41, 41, 41, 0.50);
    --text-color-opacity-30: rgba(41, 41, 41, 0.30);
    --text-color-darken-15: #232323;
    --header-footer-color-lighten-15: #75638B;
    --header-footer-color-darken-15: #4F3C64;
    --header-footer-hover: #75638B;
    --action-color-text: #5d4776;
}