body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
}

.prose {
    --tw-prose-body: #334155;
    --tw-prose-headings: #1e293b;
    --tw-prose-lead: #475569;
    --tw-prose-links: #2563eb;
    --tw-prose-bold: #1e293b;
    --tw-prose-counters: #64748b;
    --tw-prose-bullets: #94a3b8;
    --tw-prose-hr: #e2e8f0;
    --tw-prose-quotes: #1e293b;
    --tw-prose-quote-borders: #e2e8f0;
    --tw-prose-captions: #64748b;
    --tw-prose-code: #1e293b;
    --tw-prose-pre-code: #e2e8f0;
    --tw-prose-pre-bg: #1e293b;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
}

.prose h2 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.prose h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
}

.prose blockquote {
    font-weight: 500;
    font-style: normal;
    color: #1e293b;
    border-left-color: #3B82F6; /* brand-blue */
    background-color: #EFF6FF; /* blue-50 */
    padding: 1rem 1.5rem;
}

.prose blockquote p {
    margin: 0;
}

.prose a {
    font-weight: 500;
    text-decoration: none;
    color: #2563eb;
    transition: color 0.2s ease-in-out;
}

.prose a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.text-brand-blue {
    color: #3B82F6;
}
