

.recipe-title{
    color: var(--bee-dark);
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 15px;
	font-family: 'Cormorant', serif;
}

.recipe i{
    color: var(--bee-brown);
}

.recipe li{
    color: var(--bee-dark-gray);
}