:root {
    --body-text-color: #545454;
    --header-footer-color: #dc1815;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #743036;
    --text-color-opacity-50: rgba(84, 84, 84, 0.50);
    --text-color-opacity-30: rgba(84, 84, 84, 0.30);
    --text-color-darken-15: #474747;
    --header-footer-color-lighten-15: #E13B38;
    --header-footer-color-darken-15: #BB1412;
    --header-footer-hover: #E13B38;
    --action-color-text: #dc1815;
}