:root {
  --ink-500: #a855f7;
  --ink-400: #c084fc;
  --ink-300: #e0aaff;
  --ink-600: #7c3aed;
  --ink-glow: rgba(168,85,247,0.35);

  --vellum-950: #0a0714;
  --vellum-900: #120c22;
  --vellum-800: #1a1130;
  --vellum-700: #241a3d;
  --vellum-600: #33244f;

  --paper: #f5f2fb;
  --parchment: #d8cdec;
  --parchment-dim: #a89bc4;
  --parchment-faint: #6f6390;

  --wash-brand: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);
  --wash-panel: linear-gradient(160deg, #1a1130 0%, #120c22 100%);
  --wash-page: radial-gradient(circle at 15% 0%, rgba(168,85,247,0.16) 0%, transparent 45%), radial-gradient(circle at 85% 100%, rgba(236,72,153,0.12) 0%, transparent 45%), var(--vellum-950);

  --fold-sm: 8px;
  --fold-md: 14px;
  --fold-lg: 22px;
  --pace-fast: 0.18s;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--wash-page);
  color: var(--parchment);
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
