:root {
    --body-text-color: #dd124f;
    --header-footer-color: #dd124f;
    --error-color: #e85858;
    --bg-color: #f1f1f1;
    --progress-inactive-color: #767676;
    --text-color-opacity-50: rgba(221, 18, 79, 0.50);
    --text-color-opacity-30: rgba(221, 18, 79, 0.30);
    --text-color-darken-15: #BC0F43;
    --header-footer-color-lighten-15: #E23669;
    --header-footer-color-darken-15: #BC0F43;
    --header-footer-hover: #E23669;
    --action-color-text: #dd124f;
}