@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap");:root{--bg:#EDE0CC;--bg-deep:#E1CFAE;--surface:#FBF6EC;--ink:#2B2420;--ink-soft:#857767;--clay:#C1592E;--clay-soft:#F0D9C4;--blue:#5C86E0;--blue-deep:#2C4FB8;--blue-soft:#E3EBFC;--red:#C1453A;--red-deep:#8C2F27;--red-soft:#F4D9D5;--line:#DCC8A4;--green:#4C8B5D;--green-deep:#2F6B41;--green-soft:#DCEBDE;--amber:#E6B800;--amber-deep:#6B5400;--amber-soft:#F7D842;--teal:#2E8C8C;--teal-deep:#1D6363;--teal-soft:#D9EFEF;--font-display:"Fraunces",serif;--font-ui:"Inter",sans-serif;--font-data:"IBM Plex Mono",monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--ink);font-family:var(--font-ui);min-height:100vh}button{font-family:inherit}