:root{
    --primary: #7DBC47;
    --secondary: #DC2E6B;
    --gray: #777777;
}

body{
    font-family: 'Poppins', sans-serif;
}