:root{--gl-orange:#e94c0c;--gl-orange-light:#f39d79;--gl-green:#3e7c6f;--gl-green-light:#95b7b0;--gl-green-dark:#356a5f;--gl-cream:#f6f1ea;--gl-peach-light:#f3dccb;--gl-peach:#efb79a;--gl-ink:#0d0d12;--gl-text:#413939;--gl-subtext:#666;--gl-text-secondary:#818089;--gl-white:#fff;--gl-border:rgba(65,57,57,.12);--gl-error:#e0413a;--gl-radius-md:16px;--gl-radius-lg:24px;--gl-sans:"Cabinet Grotesk",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;--gl-serif:"Instrument Serif",Georgia,"Times New Roman",serif}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%}body{font-family:var(--gl-sans);color:var(--gl-text);background:var(--gl-cream);-webkit-font-smoothing:antialiased}a{color:var(--gl-orange)}.gl-hoverable{transition:transform .18s ease,box-shadow .18s ease}.gl-hoverable:hover{transform:translateY(-3px);box-shadow:0 30px 70px -34px rgba(21,23,22,.35)}.gl-rowhover{transition:background .12s ease}