:root,:root[data-theme=light]{--bg: #faf8f5;--bg-2: #f2ede4;--ink: #0c0c0d;--ink-2: #3a3833;--ink-3: #6f6a61;--line: #e7e1d4;--line-2: #d6cdb9;--accent: #ff5b3a;--accent-2: #ff8a3d;--accent-3: #ffb547;--accent-4: #ffd369;--contrast-bg: #0c0c0d;--contrast-ink: #faf8f5;--field-fill: #1a1813;color-scheme:light}:root[data-theme=dark]{--bg: #100f0d;--bg-2: #1a1815;--ink: #f4f1ea;--ink-2: #cbc4b6;--ink-3: #908a7d;--line: #2a2722;--line-2: #3b362f;--accent: #ff6f4f;--accent-2: #ff9a52;--accent-3: #ffc163;--accent-4: #ffd884;--contrast-bg: #1c1a16;--contrast-ink: #f4f1ea;--field-fill: #272219;color-scheme:dark}*{box-sizing:border-box}@property --accent{syntax: "<color>"; inherits: true; initial-value: #ff5b3a;}@property --accent-2{syntax: "<color>"; inherits: true; initial-value: #ff8a3d;}@property --accent-3{syntax: "<color>"; inherits: true; initial-value: #ffb547;}@property --accent-4{syntax: "<color>"; inherits: true; initial-value: #ffd369;}@keyframes accent-cycle{0%,18.519%{--accent: #ff5b3a;--accent-2: #ff8a3d;--accent-3: #ffb547;--accent-4: #ffd369}20%,38.519%{--accent: #1f9d57;--accent-2: #36b86a;--accent-3: #7ace5a;--accent-4: #c2e06b}40%,58.519%{--accent: #1f6bd8;--accent-2: #3a9be8;--accent-3: #4fc4ea;--accent-4: #8fe3e0}60%,78.519%{--accent: #6d3ae8;--accent-2: #9a5cff;--accent-3: #b98aff;--accent-4: #d6b5ff}80%,98.519%{--accent: #e83a8a;--accent-2: #ff5ca0;--accent-3: #ff8abf;--accent-4: #ffb5d6}to{--accent: #ff5b3a;--accent-2: #ff8a3d;--accent-3: #ffb547;--accent-4: #ffd369}}:root{animation:accent-cycle 54s linear infinite}section[id]{scroll-margin-top:80px}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Geist,system-ui,sans-serif;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased;transition:background-color .3s ease,color .3s ease;overflow-x:clip}img{max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}::selection{background:var(--accent);color:#fff}.serif{font-family:"Instrument Serif",Georgia,serif;font-weight:400}.mono{font-family:Geist Mono,ui-monospace,monospace}
