/* Page-specific styles for privacy.html — prose typography */
body { font-family: 'Inter', system-ui, sans-serif; }
.prose h2 { margin-top: 2rem; margin-bottom: 0.75rem; }
.prose h3 { margin-top: 1.5rem; margin-bottom: 0.5rem; }
.prose p, .prose li { margin-bottom: 0.5rem; }
.prose ul { list-style: disc; padding-left: 1.5rem; }
.prose table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.prose th, .prose td { padding: 0.5rem 0.75rem; border: 1px solid rgba(255,255,255,0.1); text-align: left; }
.prose th { background: rgba(255,255,255,0.05); font-weight: 600; }
