@import url("https://fonts.googleapis.com/css2?family=Cascadia+Mono:wght@300;600&display=swap");:root{color-scheme:light}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar,html::-webkit-scrollbar{width:0;height:0}body{background:#f7f7f5;color:#1e1a16;font-family:Georgia,Times New Roman,serif}main{position:relative;width:100%}@keyframes aboutCharFadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollHintBob{0%{transform:translateY(-3px)}50%{transform:translateY(3px)}to{transform:translateY(-3px)}}.mobile-rotate-overlay{opacity:0;pointer-events:none;transition:opacity .26s ease}@media (max-width:900px) and (orientation:portrait){body,html{height:100dvh}.scene-root,body,html{overflow:hidden!important}.scene-root{height:100dvh!important;touch-action:none}.mobile-rotate-overlay{opacity:1;pointer-events:auto}}