@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700;9..144,900&family=Source+Sans+3:wght@400;500;600;700&display=swap");:root{--ink:#15211b;--paper:#f4efe4;--card:#fffdf7;--line:#dcd3bf;--green:#1d6b4c;--green-d:#124d36;--gold:#c98a16;--gold-l:#f0d59a;--red:#a8392f;--muted:#6f6a5c;--chip:#e9e2cf;--shadow:0 1px 2px rgba(21,33,27,.06),0 8px 24px rgba(21,33,27,.06);--radius:14px}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--paper);color:var(--ink);font-family:Source Sans\ 3,system-ui,sans-serif;background-image:radial-gradient(rgba(21,33,27,.018) 1px,transparent 0);background-size:4px 4px}.serif,h1,h2,h3{font-family:Fraunces,Georgia,serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}input,select,textarea{padding:10px 12px;border:1px solid var(--line);border-radius:9px;font-size:14px;background:#fff;color:var(--ink);width:100%}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px rgba(29,107,76,.12)}::placeholder{color:#a39c8a}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.rise{animation:rise .4s cubic-bezier(.2,.7,.2,1) both}.rise-2{animation:rise .4s cubic-bezier(.2,.7,.2,1) .06s both}.rise-3{animation:rise .4s cubic-bezier(.2,.7,.2,1) .12s both}