:root {
    --body-text-color: #101010;
    --header-footer-color: #916DC3;
    --error-color: #e85858;
    --bg-color: #FDFDFD;
    --progress-inactive-color: #DB1DBD;
    --text-color-opacity-50: rgba(16, 16, 16, 0.50);
    --text-color-opacity-30: rgba(16, 16, 16, 0.30);
    --text-color-darken-15: #0E0E0E;
    --header-footer-color-lighten-15: #A283CC;
    --header-footer-color-darken-15: #7B5DA6;
    --header-footer-hover: #7B5DA6;
    --action-color-text: #916DC3;
}