.btn-primary.svelte-1hb2x0u {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  background: #10b981;
  color: white;
  text-decoration: none;
}
.btn-secondary.svelte-1hb2x0u {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  font-weight: 700;
  border: 1px solid #e5e7eb;
  color: #111827;
  text-decoration: none;
}
.dark .btn-secondary.svelte-1hb2x0u {
  border-color: #374151;
  color: white;
}
