:root {
    --body-text-color: #1D2022;
    --header-footer-color: #282382;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #1f91d7;
    --text-color-opacity-50: rgba(29, 32, 34, 0.50);
    --text-color-opacity-30: rgba(29, 32, 34, 0.30);
    --text-color-darken-15: #191B1D;
    --header-footer-color-lighten-15: #484495;
    --header-footer-color-darken-15: #221E6F;
    --header-footer-hover: #484495;
    --action-color-text: #282382;
}