/* ThinkMove shared CSS tokens. See brand-tokens.json for the canonical source snapshot. */
:root {
  --tm-ink: #0a1628;
  --tm-primary: #1e3a5f;
  --tm-primary-light: #eef4fa;
  --tm-cta: #0d9488;
  --tm-cta-dark: #0a7a70;
  --tm-cta-light: #e6f5f3;
  --tm-bg: #fafbfc;
  --tm-bg-alt: #f4f6f8;
  --tm-text: #0f1729;
  --tm-text-body: #475569;
  --tm-text-secondary: #64748b;
  --tm-radius-sm: 8px;
  --tm-radius-md: 12px;
  --tm-radius-lg: 16px;
  --tm-radius-xl: 20px;
  --tm-space-1: 8px;
  --tm-space-2: 16px;
  --tm-space-3: 24px;
  --tm-space-4: 32px;
  --tm-motion: 180ms cubic-bezier(.4,0,.2,1);
  --tm-motion-slow: 420ms cubic-bezier(.4,0,.2,1);
}
