@font-face {
  font-family: "GarageGothicBold";
  src: url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/GarageGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff2") format("woff2"), url("/DigitUp/LaCaseraES/assets/fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Cookie Banner Container */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0d1b3e;
  color: #fff;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "OpenSansLight", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 500;
  font-size: 12px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

/* Banner Text */
#cookie-banner span {
  margin-right: 20px;
}

/* Accept Button (Aceptar) */
#cookie-banner button {
  background-color: #d50000;
  /* Red color image se match karta hua */
  color: white;
  border: none;
  padding: 4px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

/* Button Hover Effect */
#cookie-banner button:hover {
  background-color: #b70000;
}

/* Mobile responsive banane ke liye */
@media (max-width: 600px) {
  #cookie-banner {
    flex-direction: column;
    text-align: center;
  }
  #cookie-banner span {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
