:root {
    --body-text-color: #080108;
    --header-footer-color: #d83073;
    --error-color: #e85858;
    --bg-color: #fcf9fc;
    --progress-inactive-color: #cccccc;
    --text-color-opacity-50: rgba(8, 1, 8, 0.50);
    --text-color-opacity-30: rgba(8, 1, 8, 0.30);
    --text-color-darken-15: #070107;
    --header-footer-color-lighten-15: #DE4F88;
    --header-footer-color-darken-15: #B82962;
    --header-footer-hover: #B82962;
    --action-color-text: #d83073;
}