:root{--bg:#faf7f1;--bg-2:#f0ead9;--cream:#f8f4ed;--ink:#1a1a1a;--ink-soft:#4a4742;--ink-mute:#8a857c;--brand-green:#1f4e3d;--brand-green-dim:#2d6b53;--brand-coral:#d9603b;--brand-coral-dim:#b84f2d;--brand-cream:#f8f4ed;--line:rgba(31,78,61,.12);--line-2:rgba(31,78,61,.22)}*{margin:0;padding:0;box-sizing:border-box}body,html{background:var(--bg);color:var(--ink);font-family:Fraunces,Georgia,serif;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body:before{background:radial-gradient(ellipse 70% 50% at 90% 0,rgba(217,96,59,.12) 0,transparent 55%),radial-gradient(ellipse 60% 50% at 10% 100%,rgba(31,78,61,.08) 0,transparent 50%),radial-gradient(ellipse 80% 40% at 50% 100%,rgba(217,96,59,.05) 0,transparent 60%);z-index:0}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");opacity:.04;mix-blend-mode:multiply;z-index:1}a{color:inherit}button{font-family:inherit}::selection{background:var(--brand-coral);color:var(--brand-cream)}body,html{width:100%}body,canvas,html,img,svg,video{max-width:100%}