@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#0c192b;--paper:#f3f1ea;--blue:#173f73;--lime:#c9ed62;--muted:#607083}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}body,a,button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}::selection{background:var(--lime);color:var(--ink)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Manrope,sans-serif}.section-kicker{color:#607083;letter-spacing:.16em;text-transform:uppercase;max-width:1280px;margin:0 auto;font-size:.72rem;font-weight:700}.button{cursor:pointer;border:1px solid #0000;border-radius:99px;justify-content:center;align-items:center;gap:.8rem;min-height:3.4rem;padding:0 1.5rem;font-weight:600;transition:transform .2s,background .2s,color .2s;display:inline-flex}.button svg{width:1.1rem}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--lime);color:#10200b}.button.ghost{color:#fff;border-color:#ffffff40}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-duration:.01ms!important;transition-duration:.01ms!important;animation-iteration-count:1!important}}
