:root{--paper:#283758;--ink:#10143a;--ink-on-dark:#f7f5ef;--teal:#f6a017;--mustard:#c9891b;--mustard-bright:#f3e354;--sage:#4f6248;--coral:#ea5063;--wine:#c23653;--success:#25d366;--line:#e6e3dd;--line-on-dark:hsla(45,33%,95%,.18);--card:#fff;--muted:#6b6660;--muted-on-dark:#b6bad8}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:Work Sans,sans-serif}button{font-family:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.7)}70%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes sparkPulse{0%,to{transform:scale(1) rotate(0deg);opacity:.9}50%{transform:scale(1.14) rotate(-6deg);opacity:1}}.fade-in-up{animation:fadeInUp .35s ease both}.pop-in{animation:popIn .4s cubic-bezier(.34,1.56,.64,1) both}::selection{background:var(--teal);color:var(--ink)}