/* Typography design kit for Trellis management UI.
   Scoped under .prose to match the DaisyUI prose wrapper used on
   content-heavy pages (docs, blog, etc.).
   Values mirror Tailwind utility classes for consistency. */

.prose h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: inherit;
}

.prose h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
	color: inherit;
}

.prose h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
	color: inherit;
}

.prose h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
	color: inherit;
}

.prose p {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	line-height: 1.75;
}

.prose a {
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.prose code {
	font-size: 0.875em;
	font-weight: 500;
	background-color: oklch(0.9 0 0);
	padding: 0.125rem 0.375rem;
	border-radius: 0.25rem;
}

.prose pre code {
	background-color: transparent;
	padding: 0;
}
