@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap";
.post-content.tiptap.ProseMirror{font-family:var(--font-mona-sans),"Mona Sans",sans-serif;color:var(--foreground);cursor:default;font-size:.9375rem;line-height:1.7;outline:none!important}.post-content.tiptap.ProseMirror p{margin-top:0;margin-bottom:0;line-height:1.7}.post-content.tiptap.ProseMirror p:not(:first-child):not(td p):not(th p){margin-top:1.25rem}.post-content.tiptap.ProseMirror>:first-child{margin-top:0!important}.post-content.tiptap.ProseMirror>:last-child{margin-bottom:0!important}.post-content.tiptap.ProseMirror h1,.post-content.tiptap.ProseMirror h2,.post-content.tiptap.ProseMirror h3,.post-content.tiptap.ProseMirror h4,.post-content.tiptap.ProseMirror h5,.post-content.tiptap.ProseMirror h6{font-family:var(--font-mona-sans),"Mona Sans",sans-serif;letter-spacing:-.02em;color:var(--foreground);margin-bottom:.5rem;scroll-margin-top:5rem}.post-content.tiptap.ProseMirror h1:first-child,.post-content.tiptap.ProseMirror h2:first-child,.post-content.tiptap.ProseMirror h3:first-child,.post-content.tiptap.ProseMirror h4:first-child,.post-content.tiptap.ProseMirror h5:first-child,.post-content.tiptap.ProseMirror h6:first-child{margin-top:0}.post-content.tiptap.ProseMirror h1{margin-top:2rem;font-size:1.75rem;font-weight:700;line-height:1.2}.post-content.tiptap.ProseMirror h2{border-bottom:1px solid var(--border);margin-top:2rem;padding-bottom:.375rem;font-size:1.375rem;font-weight:600;line-height:1.3}.post-content.tiptap.ProseMirror h3{margin-top:1.5rem;font-size:1.125rem;font-weight:600;line-height:1.35}.post-content.tiptap.ProseMirror h4{margin-top:1.25rem;font-size:1rem;font-weight:600;line-height:1.4}.post-content.tiptap.ProseMirror h5{margin-top:1rem;font-size:.9375rem;font-weight:600;line-height:1.5}.post-content.tiptap.ProseMirror h6{color:var(--muted-foreground);margin-top:1rem;font-size:.875rem;font-weight:600;line-height:1.5}.post-content.tiptap.ProseMirror blockquote{font-family:var(--font-lora),Lora,Georgia,serif;border-left:2px solid var(--border);opacity:.85;margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1rem;font-style:italic}.post-content.tiptap.ProseMirror blockquote p{font-family:inherit;font-style:inherit;margin-top:0!important}.post-content.tiptap.ProseMirror ol,.post-content.tiptap.ProseMirror ul{margin-top:1.25rem;margin-bottom:1.25rem;padding-left:1.25rem}.post-content.tiptap.ProseMirror ol:first-child,.post-content.tiptap.ProseMirror ul:first-child{margin-top:0}.post-content.tiptap.ProseMirror ol:last-child,.post-content.tiptap.ProseMirror ul:last-child{margin-bottom:0}.post-content.tiptap.ProseMirror ol ol,.post-content.tiptap.ProseMirror ol ul,.post-content.tiptap.ProseMirror ul ol,.post-content.tiptap.ProseMirror ul ul{margin-top:.375rem;margin-bottom:.375rem}.post-content.tiptap.ProseMirror ul:not([data-type=taskList]){list-style-type:disc}.post-content.tiptap.ProseMirror ol{list-style-type:decimal}.post-content.tiptap.ProseMirror li{margin-top:.375rem}.post-content.tiptap.ProseMirror li p{margin-top:0!important;margin-bottom:0!important}.post-content.tiptap.ProseMirror ul[data-type=taskList]{padding-left:.25rem}.post-content.tiptap.ProseMirror ul[data-type=taskList] li label{padding-top:.25rem}.post-content.tiptap.ProseMirror img:not([data-type=emoji] img){border-radius:0;margin:1.25rem 0}.post-content.tiptap.ProseMirror .tiptap-thread:has(>img){margin:1.25rem 0}.post-content.tiptap.ProseMirror hr{border-color:var(--border);margin:1.5rem 0}.post-content.tiptap.ProseMirror pre{background:var(--muted);border-radius:0;margin:1.25rem 0;padding:.875rem 2.5rem .875rem 1rem;line-height:1.5;overflow-x:auto;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace!important;font-size:13px!important}.post-content.tiptap.ProseMirror pre code{background:0 0;border-radius:0;padding:0;font-weight:400;font-family:inherit!important;font-size:inherit!important;line-height:1.5!important}.post-content.tiptap.ProseMirror pre code span{font-family:inherit!important;font-size:inherit!important}.post-content.tiptap.ProseMirror pre .code-copy-button{width:26px;height:26px;color:var(--muted-foreground);cursor:pointer;opacity:0;background-color:#0000;border:none;border-radius:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:.625rem;right:.625rem}.post-content.tiptap.ProseMirror pre .code-copy-button .copy-icon,.post-content.tiptap.ProseMirror pre .code-copy-button .check-icon{transition:all .15s;position:absolute}.post-content.tiptap.ProseMirror pre .code-copy-button .copy-icon{opacity:1;transform:scale(1)}.post-content.tiptap.ProseMirror pre .code-copy-button .check-icon{opacity:0;color:var(--primary);transform:scale(.8)}.post-content.tiptap.ProseMirror pre .code-copy-button[data-copied=true] .copy-icon{opacity:0;transform:scale(.8)}.post-content.tiptap.ProseMirror pre .code-copy-button[data-copied=true] .check-icon{opacity:1;transform:scale(1)}.post-content.tiptap.ProseMirror pre .code-copy-button:hover{background-color:var(--secondary);color:var(--foreground)}.post-content.tiptap.ProseMirror pre:hover .code-copy-button{opacity:1}.post-content.tiptap.ProseMirror code:not(pre code){background:var(--muted);border-radius:0;padding:.125rem .25rem;font-weight:500;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace!important;font-size:12px!important}.post-content.tiptap.ProseMirror a{color:var(--primary);text-underline-offset:3px;font-weight:500;text-decoration:underline;transition:opacity .2s}.post-content.tiptap.ProseMirror a:hover{opacity:.8}.post-content.tiptap.ProseMirror mark{border-radius:0;padding:.0625rem .125rem}.post-content.tiptap.ProseMirror strong,.post-content.tiptap.ProseMirror b{font-weight:600}.post-content.tiptap.ProseMirror em,.post-content.tiptap.ProseMirror i{font-family:var(--font-lora),Lora,Georgia,serif;font-size:1.06em;font-style:italic;font-weight:500}.post-content.tiptap.ProseMirror pre,.post-content.tiptap.ProseMirror pre code,.post-content.tiptap.ProseMirror pre code span,.post-content.tiptap.ProseMirror pre code [class^=hljs-],div.post-content.tiptap.ProseMirror pre,div.post-content.tiptap.ProseMirror pre code,div.post-content.tiptap.ProseMirror pre code span{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace!important;font-size:13px!important;line-height:1.5!important}.post-content.tiptap.ProseMirror code:not(pre code),div.post-content.tiptap.ProseMirror code:not(pre code){font-family:JetBrains Mono,ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace!important;font-size:12px!important}
