[x-cloak] { display: none !important; }

html {
    scroll-behavior: smooth;
}

body {
    background: #f7f4ee;
}

.prose p + p {
    margin-top: 1rem;
}

.prose h2,
.prose h3 {
    font-family: "Cormorant Garamond", serif;
    color: #244B4A;
}

.prose ul {
    list-style: disc;
    padding-left: 1.5rem;
}
