:root{--teal: #80c2b6;--teal-dark: #438f81;--orange: #ff8458;--gold: #edb021;--cream: #f2efce;--ink: #2d3436;--bg: #f7f6f2}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Quicksand,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh}h1,h2,h3{font-family:Raleway,sans-serif;font-weight:800;line-height:1.15}button,textarea,input{font-family:Quicksand,sans-serif}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .35s ease both}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.85}}.pulse{animation:pulse 1.4s ease-in-out infinite}
