/*
 * GP Scribe Application Styles
 *
 * NOTE: Theme variables and utility classes are defined in application.tailwind.css
 * Only add custom styles here that aren't handled by Tailwind
 */

/* Prose typography customization */
.prose-invert {
  --tw-prose-body: hsl(var(--foreground));
  --tw-prose-headings: hsl(var(--foreground));
}

.prose { max-width: 65ch; }
.prose p { margin-top: 1.25em; margin-bottom: 1.25em; }
