:root {
    --body-text-color: #1E252A;
    --header-footer-color: #640064;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #e6257f;
    --text-color-opacity-50: rgba(30, 37, 42, 0.50);
    --text-color-opacity-30: rgba(30, 37, 42, 0.30);
    --text-color-darken-15: #1A1F24;
    --header-footer-color-lighten-15: #7B267B;
    --header-footer-color-darken-15: #550055;
    --header-footer-hover: #7B267B;
    --action-color-text: #640064;
}