@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Typography only — keep Help Scout's native layout */
body,
input,
button,
select,
textarea {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Homepage search */
#docsSearch {
  padding-top: 28px;
  padding-bottom: 28px;
}

#searchBar input {
  border-radius: 6px 0 0 6px;
}

#searchBar button {
  border-radius: 0 6px 6px 0;
}

/* Category cards — no padding/width changes */
.category-list .category {
  border-radius: 8px;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.category-list .category:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.category-list h3 {
  font-weight: 600;
}

.category-list .category p {
  line-height: 1.5;
}

/* Sidebar */
#sidebar .nav-list a {
  line-height: 1.45;
}

/* Headings */
.contentWrapper h1,
#fullArticle .title {
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Article readability */
#fullArticle {
  font-size: 16px;
  line-height: 1.7;
}

#fullArticle img {
  border-radius: 6px;
}
