:root {
    --primary-gradiant: linear-gradient( 90deg, rgb(82, 244, 27) 0%, rgb(173, 255, 1) 100%);
    --secondary-color: rgb(237, 255, 238);
    --heading-color: rgb(20, 29, 33);
    --text-color: rgb(71, 71, 71);
    --text-color-2: rgb(0, 0, 0);
    --text-color-3: rgb(54, 53, 57);
    --bg-color: rgb(255, 255, 255);
    --bg-color-2: rgb(20, 20, 18);
    --transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}