/* WicketMap website shared styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Prose styling for markdown-generated pages */
.prose h1 { font-size: 2.25rem; font-weight: 700; color: #111827; margin-bottom: 1rem; }
.prose h2 { font-size: 1.5rem; font-weight: 700; color: #111827; margin-top: 2.5rem; margin-bottom: 1rem; }
.prose h3 { font-size: 1.25rem; font-weight: 600; color: #111827; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.prose p { color: #374151; margin-bottom: 1rem; line-height: 1.7; }
.prose ul { list-style-type: disc; margin-left: 1.5rem; margin-bottom: 1rem; color: #374151; }
.prose li { margin-bottom: 0.25rem; }
.prose a { color: #55a336; text-decoration: underline; }
.prose a:hover { color: #448a2d; }
.prose hr { border-color: #d1d5db; margin: 2rem 0; }
.prose strong { font-weight: 600; }
.prose em { font-style: italic; }
