@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,560;700&family=Sora:wght@400;500;600;700&display=swap");:root{--bg:#f6f7f4;--bg-elevated:#ffffff;--ink:#15201b;--muted:#66756d;--line:#e4e8e3;--accent:#1f6b52;--accent-soft:#e8f3ee;--danger:#b42318;--danger-soft:#fef3f2;--shadow:0 1px 2px rgba(21,32,27,0.04);--radius:12px;--sidebar-w:240px;--font-display:"Fraunces",serif;--font-body:"Sora",sans-serif}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}::selection{background:var(--accent-soft);color:var(--ink)}