html {
    scroll-behavior: smooth;
}
body {
    font-feature-settings: "kern";
}
.prose .lead {
    font-size: 1.125rem;
    line-height: 1.9;
    color: #475569;
}
.prose p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    line-height: 1.85;
}
.prose ul {
    margin: 1rem 0;
    padding-left: 1.5rem;
    list-style: disc;
}
.prose li {
    margin: 0.5rem 0;
}
.prose h3,
.prose h4 {
    scroll-margin-top: 7rem;
    font-family: Georgia, serif;
    color: #0f172a;
}
.prose h3 {
    margin-top: 2rem;
    font-size: 1.5rem;
}
.prose h4 {
    margin-top: 1.5rem;
    font-size: 1.125rem;
}
