:root {
    --body-text-color: #040404;
    --header-footer-color: #4B1369;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #D0016F;
    --text-color-opacity-50: rgba(4, 4, 4, 0.50);
    --text-color-opacity-30: rgba(4, 4, 4, 0.30);
    --text-color-darken-15: #030303;
    --header-footer-color-lighten-15: #663680;
    --header-footer-color-darken-15: #401059;
    --header-footer-hover: #663680;
    --action-color-text: #4B1369;
}