@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,600;1,9..144,300&display=swap");:root{--ink:#1a1a1a;--rule:#d0ccc4;--bg:#f5f2ec;--paper:#fffef9;--apr:#e8c4a0;--may:#a8c4b0;--jun:#a0b8d0;--jan:#c8b8d8;--feb:#f0c8b8;--mar:#b8d0c0;--wknd:rgba(0,0,0,.018);--label:#7a756e;--thumb:#edeae2;--thumb-b:#d0ccc4;--filled-bg:#fffdf5;--accent:#c8a87a}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);font-family:DM Mono,monospace;color:var(--ink);font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--rule);border-radius:3px}