:root { --primary-color: hsl(334, 71%, 48%); --secondary-color: hsl(31, 100%, 96%); --black-color: hsl(0, 0%, 0%); --white-color: hsl(0, 0%, 100%); --error-color: hsl(9 81% 94%); --text-error-color: hsl(9 81% 39%); --success-color: hsl(144 81% 90%); --text-success-color: hsl(144, 83%, 14%); --pending-color: hsl(48 93% 89%); --text-pending-color: hsl(48, 90%, 19%); --transparent-color: hsla(0, 0%, 100%, 0); --thirdary-color: hsl(45, 22%, 95%);}