/* Custom utilities on top of Tailwind */
* { -webkit-font-smoothing: antialiased; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif; }

.gradient-hero {
  background: linear-gradient(135deg, #064e3b 0%, #047857 50%, #10b981 100%);
}

.prose p { margin-bottom: 1rem; line-height: 1.7; }
.prose h2 { margin-top: 2rem; margin-bottom: 1rem; font-size: 1.5rem; font-weight: 700; }
.prose h3 { margin-top: 1.5rem; margin-bottom: 0.5rem; font-size: 1.125rem; font-weight: 600; }
.prose ul { margin-bottom: 1rem; padding-left: 1.5rem; }
.prose li { margin-bottom: 0.5rem; line-height: 1.6; list-style-type: disc; }
.prose a { color: #047857; text-decoration: underline; }
