*{
  font-family: 'Poppins', sans-serif !important;
}
.logo{
    width: 4.5rem;
    height: 4.5rem;
}

.text-lh{
    line-height: 21px;
    font-size: 0.875rem;
}

.button-custom {
  background: linear-gradient(135deg, #41b1ff 0%, #a055f3 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(64, 92, 255, 0.10);
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

.button-custom:hover {
  box-shadow: 0 6px 18px rgba(64, 92, 255, 0.23);
  opacity: 0.92;
}
