:root {
  --tj-surface: #f4f0e8;
  --tj-surface-elevated: #fffdf8;
  --tj-text: #0a0c10;
  --tj-text-muted: #64635e;
  --tj-accent: #ff6b57;
  --tj-accent-contrast: #ffffff;
  --tj-border: rgba(10, 12, 16, .16);
  --tj-danger: #a8382f;
  --tj-success: #1f7549;
  --tj-radius: 24px;
  --tj-font-display: Arial, "PingFang SC", sans-serif;
  --tj-font-body: Arial, "PingFang SC", sans-serif;
  --tj-space-compact: .5rem;
  --tj-space-regular: 1rem;
  --tj-space-section: 4rem;
  --tj-motion-fast: 140ms;
  --tj-motion-base: 260ms;
  --tj-motion-slow: 600ms;
}

@media (prefers-reduced-motion: reduce) {
  :root { --tj-motion-fast: 0ms; --tj-motion-base: 0ms; --tj-motion-slow: 0ms; }
}
