:root {
    --body-text-color: #000000;
    --header-footer-color: #a8475b;
    --error-color: #e85858;
    --bg-color: #ffffff;
    --progress-inactive-color: #586a85;
    --text-color-opacity-50: rgba(0, 0, 0, 0.50);
    --text-color-opacity-30: rgba(0, 0, 0, 0.30);
    --text-color-darken-15: #000000;
    --header-footer-color-lighten-15: #B56374;
    --header-footer-color-darken-15: #8F3C4D;
    --header-footer-hover: #B56374;
    --action-color-text: #a8475b;
}