:root{
  --ink:#14111f;--paper:#f7f1df;--violet:#5c3df2;--cyan:#31d7d2;--coral:#ff6a5e;--gold:#f3c857;--muted:#6d6677;
  --line:rgba(20,17,31,.16);--shadow:0 20px 60px rgba(40,24,90,.18);--radius:24px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Space Grotesk",system-ui,sans-serif}
a{color:inherit;text-decoration:none}button,select,input,textarea{font:inherit}
