/* EMPLOY/CONNECT — small custom layer on top of Tailwind CDN */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }
.prose p { line-height: 1.7; }
