body{--tt-toolbar-height:44px;--tt-theme-text:var(--tt-gray-light-900)}.dark body{--tt-theme-text:var(--tt-gray-dark-900)}body{color:var(--tt-theme-text);font-optical-sizing:auto;padding:0;font-family:Inter,sans-serif;font-style:normal;font-weight:400}html,body,#root,#app{background-color:var(--tt-bg-color);height:100%}body{overflow:hidden}.tiptap.ProseMirror{font-family:DM Sans,sans-serif}.content-wrapper{height:calc(100% - var(--tt-toolbar-height));scrollbar-width:thin;scrollbar-color:var(--tt-scrollbar-color)transparent;overflow-y:auto}.content-wrapper::-webkit-scrollbar{width:.5rem;display:block}.content-wrapper::-webkit-scrollbar-track{background:0 0}.content-wrapper::-webkit-scrollbar-thumb{background-color:var(--tt-scrollbar-color);border-radius:4px}.simple-editor-content{width:100%;max-width:640px;margin:0 auto}.simple-editor-content .tiptap.ProseMirror{padding:3rem}@media screen and (width<=480px){.simple-editor-content .tiptap.ProseMirror{padding:1rem 1.5rem}}