.carousel{animation:slide 30s linear infinite}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.tiptap{min-height:200px;max-height:500px;overflow-y:auto;outline:none}.tiptap h3{font-size:18px;font-weight:700}.tiptap h2{font-size:20px;font-weight:700}.tiptap h1{font-size:26px;font-weight:700}.tiptap ul{list-style:disc;margin-left:25px}.tiptap ol{list-style:decimal;margin-left:25px}.tiptap pre{background-color:#0f172a;color:#e2e8f0;padding:1rem;border-radius:.5rem;overflow-x:auto;font-size:.875rem;font-family:Fira Code,Courier New,monospace;line-height:1.5;margin:1rem 0;border:1px solid #1e293b}.tiptap pre code{background:transparent;color:inherit;font-family:inherit;padding:0;font-size:inherit}.tiptap code{background-color:#e2e8f0;color:#1e293b;padding:.2em .4em;border-radius:4px;font-size:.875em;font-family:Fira Code,Courier New,monospace}.prose :where(h1,h2,h3,h4,h5,h6,p,ul,ol,li,pre,blockquote){margin-top:.25em!important;margin-bottom:.25em!important}