@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");:root{--maroon-trans:#4f1025e0;--maroon:#4f1025;--maroon-hover:#701736;--snow:#f7f9fb}#__next,body,html{width:100%;height:100%;margin:0}html{scroll-behavior:smooth}body{background-color:var(--maroon);color:#fff}*,body{font-family:Inter}button{font-weight:800}.main{width:100%;background:var(--snow);display:flex;justify-content:center;flex-direction:column}.ProseMirror{width:100%;height:100%}.ProseMirror:focus{outline:none}code{background-color:#ccc;padding:2px 4px;border-radius:3px}code,pre{font-family:Courier New,Courier,monospace}pre{background-color:#2e2e2e;padding:20px;border-radius:5px;overflow-x:auto;white-space:pre-wrap}pre code{background-color:transparent;color:var(--snow)}blockquote{font-style:italic;background-color:#ccc;border-left:4px solid var(--maroon);padding:10px 20px;margin:20px 0;border-radius:5px;color:#333;font-size:1.2em}