html, body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#logo-zzip {
  background: url("https://agenciazzip.com/wp-content/uploads/2024/09/logo-seca-cinza.png") no-repeat left center;
  background-size: contain;
  padding-left: 150px;
}

.fade-up {
  opacity: 0;
  transform: translateY(8px);
  animation: fadeUp .4s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: none;
  }
}

.phone-frame {
  border-radius: 1.75rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
  border: 1px solid rgba(148, 163, 184, 0.5);
}

.scrollbar-thin::-webkit-scrollbar {
  width: 6px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.7);
  border-radius: 999px;
}
