:root{--surface: #FFFDF9;--surface-warm: #F5EEE0;--rail: #F8F1E3;--page: #FBF7F0;--ink: #1F1B15;--ink-2: #4A4438;--ink-3: #8A8478;--cream: #FBF7F0;--border: #EBE2D0;--border-strong: #D9CDB6;--shadow-sm: 0 1px 2px rgba(30, 20, 10, .04);--shadow-md: 0 8px 24px rgba(30, 20, 10, .08);--red: #DC2626;--blue: #1E4FCF;--yellow: #F5B935;--green: #5FA845;--serif: "DM Serif Display", "Instrument Serif", Georgia, serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-feature-settings:"cv11","ss01","ss03";color:var(--ink);background:var(--page);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}#root{min-height:100vh}button{font-family:inherit}button:focus-visible{outline:2px solid var(--ink);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#8c826e40;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#8c826e66;background-clip:padding-box;border:2px solid transparent}.txt-ink3{color:var(--ink-3)}.serif-i{font-family:"Instrument Serif",Georgia,serif;font-style:italic;font-weight:400}#boot{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#fbf7f0;display:flex;align-items:center;justify-content:center;color:#8a8478;font-family:"Instrument Serif",Georgia,serif;font-size:20px;letter-spacing:-.01em;font-style:italic;transition:opacity .3s}#boot.hidden{opacity:0;pointer-events:none}
