body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.input {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  outline: none;
  background: #ffffff;
}

.input:focus {
  border-color: #C5221F;
  box-shadow: 0 0 0 3px rgba(197, 34, 31, 0.08);
}

a, button {
  min-height: 44px;
}

footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
