@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap";:root{--paper:#faf6ef;--paper-dark:#f1eaddde;--ink:#1c1a17;--ink-soft:#57534b;--saffron:#e07b39;--saffron-soft:#fbe8d8;--green:#2e6e4e;--green-soft:#e3efe8;--red:#b8432f;--red-soft:#f7e3df;--line:#e2dacb;--card:#fffdf8;--shadow:0 1px 2px #1c1a170f, 0 8px 24px #1c1a1712}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.55}h1,h2,h3,.display{letter-spacing:-.01em;font-family:Fraunces,Georgia,serif;font-weight:600}button{cursor:pointer;font-family:inherit}::selection{background:var(--saffron-soft)}.pulse-dot{border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.75)}}
