:root {
    --body-text-color: #000000;
    --header-footer-color: #ad4cad;
    --error-color: #e85858;
    --bg-color: #b199d4;
    --progress-inactive-color: #1dc7ff;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #B967B9;
    --header-footer-color-darken-15: #934193;
    --header-footer-hover: #B967B9;
    --action-color-text: #ad4cad;
}