@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap");:root{--paper:#fff;--paper-2:#f6f7f9;--paper-3:#eceef3;--ink:#000;--ink-soft:#1a1a1a;--ink-faint:#5a5f6b;--ink-mute:#8b909b;--brand:#7384ab;--brand-soft:#9aa6c2;--brand-deep:#5a6a8e;--brand-bg:#eef0f5;--brand-tint:#f4f5f9;--cream:#fafbfc;--rule:#e2e4ea;--rule-soft:#eef0f4;--pipe-1:#7384ab;--pipe-2:#000;--pipe-3:#5a6a8e;--pipe-4:#9aa6c2;--pipe-5:#3d4860;--alert:#b84a3a;--success:#5a8e6a;--shadow:0 1px 0 rgba(0,0,0,.02),0 4px 20px -8px rgba(0,0,0,.08);--shadow-deep:0 8px 40px -12px rgba(0,0,0,.15)}*{box-sizing:border-box;padding:0;margin:0}body,html{font-family:Red Hat Display,system-ui,sans-serif;color:var(--ink);background:var(--paper);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.serif{font-family:Space Grotesk,sans-serif}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select,textarea{font-family:inherit;font-size:inherit}