body 
{
    font-family: 'Inter', sans-serif;
}
.prose h2 {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #111827;
}
.prose h3 {
	font-size: 1.25em;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
	color: #1f2937;
}
.prose p, .prose li {
	color: #374151;
	line-height: 1.7;
}
.prose a {
	color: #4f46e5;
	text-decoration: none;
}
.prose a:hover {
	text-decoration: underline;
}
.prose ul {
	list-style-type: disc;
	padding-left: 1.5em;
}