:root {
    --body-text-color: #030E16;
    --header-footer-color: #DC1E33;
    --error-color: #e85858;
    --bg-color: #F5F5F5;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(3, 14, 22, 0.50);
    --text-color-opacity-30: rgba(3, 14, 22, 0.30);
    --text-color-darken-15: #030C13;
    --header-footer-color-lighten-15: #E14052;
    --header-footer-color-darken-15: #BB1A2B;
    --header-footer-hover: #E14052;
    --action-color-text: #DC1E33;
}