:root {
    --body-text-color: #0d0b0d;
    --header-footer-color: #be1622;
    --error-color: #e85858;
    --bg-color: #fcfcfc;
    --progress-inactive-color: #bdbdbd;
    --text-color-opacity-50: rgba(13, 11, 13, 0.50);
    --text-color-opacity-30: rgba(13, 11, 13, 0.30);
    --text-color-darken-15: #0B090B;
    --header-footer-color-lighten-15: #C83943;
    --header-footer-color-darken-15: #A2131D;
    --header-footer-hover: #C83943;
    --action-color-text: #be1622;
}