.prose-article h2 {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 700;
    color: #0f172a;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.prose-article h3 {
    font-size: 1.375rem;
    line-height: 1.3;
    font-weight: 600;
    color: #0f172a;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.prose-article p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.prose-article ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #334155;
}

.prose-article ul li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.prose-article ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
    color: #334155;
}

.prose-article ol li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.prose-article a {
    color: #0ea5e9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.prose-article a:hover {
    color: #38bdf8;
}

.prose-article strong {
    color: #0f172a;
    font-weight: 600;
}

.prose-article blockquote {
    border-left: 4px solid #0ea5e9;
    padding-left: 1rem;
    margin: 1.5rem 0;
    font-style: italic;
    color: #475569;
}

body {
    font-family: 'Instrument Sans', ui-sans-serif, system-ui, -apple-system, sans-serif;
}
