/* Import Inter Font */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700;900&display=swap");

.autrinity-hero {
  font-family: "Inter", sans-serif !important;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Inter", sans-serif !important;
}

/*  Button */
.btn-glass {
  background: rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 50px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;

  text-transform: none;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  font-weight: initial;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.45);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Hero Banner */
.hero-logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
