body {
  color: #1e1e1b;
  font-weight: 400;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  background:  #ffdd00;
}

.Pop {
  font-family: "Poppins", sans-serif;
}

p {
  margin: 5px 0;
}

a {
  color: #444;
  text-decoration: none;
}

a:focus {
  outline: 4px solid #f56; /* Colore ad alto contrasto */
}

/* LOGHI */
.logo-gdb{
  max-width: 350px;
}

.logo-mostra{
  max-width: 450px;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}


.text-body-sm {
  font-size: 12px;
  line-height: 15px;
}

.text-body-md {
  font-size: 14px;
  line-height: 16px;
}

.text-body-lg {
  font-size: 20px;
  line-height: 24px;
}

.text-body-xl {
  font-size: 30px;
  line-height: 1.1em;
}


.text-body-xxl {
  font-size: 40px;
  line-height: 1.1em;
}

@media (max-width: 991px) {
  .logo-mostra {
    width: 100%;
  }
}

.prenota {
  background: #4d4d4d;
  display: inline-block;
  padding: 10px 90px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  text-align: center;
  width: 100%;
  color: #fff;
}

.prenota:hover {
  background: #ff8100;
}

.soldout {
  color: #f56;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}


