.poppins-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Inter", serif;

  font-weight: 700;
  font-style: normal;
}

* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.btn{
  padding:1.5rem;
  border-radius: 0;
  background-color: #7d9c92;
  font-weight: bolder;
}
.bg-decoro{
  background-image:url(img/decoro_small.jpg);
  background-repeat: repeat;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}


/* Stili personalizzati */
body {
  background-color: #fff;
  /* Colore di sfondo */
}

.dorsa {
  font-family: "fino-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar a {}

.img-carosello {
  width: 100vw;
  height: 65vh;
  object-fit: cover;
  object-position: center;

}

.bottone{
  color: #000;;
  background-color:#fff;
  border-color: #fff;
  border-radius: 0;
  border-width: 0px;
  padding: 0.7rem 1.5rem ;
}


.nav-link.dorsa {
  text-align: center;
  font-size: 3rem;
}

h1,
h2,
h3 {
  font-family: "fino-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
 
}

.lh-1 {
  line-height: 80%;
}

.navbar {
  /* Verde Irlanda */
}

.bg-verde {
  background-color:#7d9c92;
}

.img-piatti,
.img-piatti-1 {
  height: 20rem;
}

.navbar-brand,
.nav-link {
  color: #fff;
}

.navbar-brand,
.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.decoro {
  mix-blend-mode: multiply;
}

.logo {
  width: 6rem;
  height: rem;
}

.vh-50{
  min-height: 50vh;
}


p{
  font-size: 1.2rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

@media (min-width: 768px) {
  .img-carosello {
    width: 100vw;
    height: 80vh;
    object-fit:cover;
    object-position: center;

  }

  .img-piatti {
    height: 35rem;
  }

  .img-piatti-1 {
    height: 30rem;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}