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