:root {
    --body-text-color: #0d0e0f;
    --header-footer-color: #948be8;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #d1b7f0;
    --text-color-opacity-50: rgba(13, 14, 15, 0.50);
    --text-color-opacity-30: rgba(13, 14, 15, 0.30);
    --text-color-darken-15: #0B0C0D;
    --header-footer-color-lighten-15: #A49CEB;
    --header-footer-color-darken-15: #7E76C5;
    --header-footer-hover: #7E76C5;
    --action-color-text: #0d0e0f;
}