/* Shared tutorial prose styles (used by all tutorial pages) */
.prose h1{margin-top:1.25em;margin-bottom:.6em;font-weight:800}
.prose h2{margin-top:1.2em;margin-bottom:.6em;font-weight:700}
.prose h3{margin-top:1.1em;margin-bottom:.5em;font-weight:600}
.prose h4{margin-top:1em;margin-bottom:.5em;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#4f46e5}
.dark .prose h4{color:#818cf8}
.prose p{line-height:1.8}
.prose ul>li,.prose ol>li{margin-top:.4em;margin-bottom:.4em}
.prose hr{border-color:rgba(100,116,139,.2);margin:1.25rem 0}
.dark .prose hr{border-color:rgba(71,85,105,.6)}
.prose code{background-color:rgba(15,23,42,.06);padding:.15rem .35rem;border-radius:.35rem;color:#be123c}
.dark .prose code{background-color:rgba(255,255,255,.06);color:#fda4af}
.prose pre{border-radius:.75rem}

