@import "https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@700&family=DM+Sans:wght@400;500;700&display=swap";:root{--hero:#57147e;--accent:#8c52ff;--pink:#ff4db8;--deep-text:#1a0a2e;--muted:#6b5b8a;--graypur:#dccbff;--surface-0:#fff;--surface-1:#f4f2f8;--surface-2:#ede5ff;--border:#e8e0f5;--font-size-1:.625rem;--font-size-2:.75rem;--font-size-3:.8125rem;--font-size-4:.875rem;--font-size-5:1rem;--font-size-6:1.25rem;--font-size-7:1.75rem;--font-size-8:2.25rem;--line-height-tight:1.25;--line-height-reset:1.5;--font-h:"Archivo Narrow", "Salesforce Sans", Arial, sans-serif;--font-b:"DM Sans", "Salesforce Sans", Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:var(--font-b);font-size:var(--font-size-3);line-height:var(--line-height-reset);color:var(--deep-text);background:var(--surface-0);-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-h);color:var(--hero);font-weight:700;line-height:var(--line-height-tight);margin:0 0 .5rem}h1{font-size:var(--font-size-8)}h2{font-size:var(--font-size-7)}h3{font-size:var(--font-size-6)}button{font-family:var(--font-b);font-size:var(--font-size-3);cursor:pointer;font-weight:500}.btn-primary{background:var(--hero);color:#fff;border:0;border-radius:6px;padding:10px 20px;transition:background .12s}.btn-primary:hover{background:var(--accent)}.btn-ghost{color:var(--hero);border:1px solid var(--border);background:0 0;border-radius:6px;padding:8px 16px}.btn-ghost:hover{background:var(--surface-1)}.pill{font-size:var(--font-size-2);background:var(--surface-2);color:var(--hero);border-radius:999px;padding:3px 10px;font-weight:700;display:inline-block}.label{font-family:var(--font-b);font-weight:500;font-size:var(--font-size-2);color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
