@import url ('https://fonts.googleapis.com/css2? família=Frank+Ruhl+Libre&display=swap');


body {
font-family: 'Frank Ruhl Libre', serif;
}


.listagem .listagem-item .nome-produto {
    font-weight: normal;
}

@media only screen and (max-width: 767px){
.conteiner .logo {
    margin: 30px 0 0px;
}
}

@media screen and (min-width: 767px){
.logo a img {
    width: auto;
}}