/**
 * Glossary term detail — fullDefinition typography. Mirrors the inline
 * <style> in web-orig/src/pages/resources/glossary/[...slug].astro.
 */

.prose-glossary p {
	font-size: 0.9375rem;
	line-height: 1.75;
}
.prose-glossary em {
	font-style: italic;
	color: var(--color-gray-700);
}
