/* Soft Nest Care — small hand-written stylesheet.
   Everything else is done with Tailwind classes inside the HTML files. */

.prose-site h2 { margin-top: 2.5rem; font-family: Fraunces, Georgia, serif; font-size: 1.25rem; font-weight: 600; }
.prose-site h3 { margin-top: 1.5rem; font-weight: 600; }
.prose-site p  { margin-top: 0.75rem; font-size: 15px; line-height: 1.7; color: #6b7a70; }
.prose-site ul { margin-top: 0.75rem; padding-left: 1.25rem; list-style: disc; }
.prose-site ol { margin-top: 0.75rem; padding-left: 1.25rem; list-style: decimal; }
.prose-site li { margin-top: 0.375rem; font-size: 15px; color: #6b7a70; }
.prose-site strong { color: #2f3a33; }
.prose-site a { text-decoration: underline; }
