{
  "_comment": "Foundations base scales. Every kit inherits these; a kit's tokens.json overrides only the axes it changes (merged per-theme by the loader). Scale token names use kebab (radius-lg, space-4) — dot is reserved for theme-scoping in overrides. Neutral scales are identical in light/dark; only shadows differ.",
  "light": {
    "radius-none": "0",
    "radius-sm": "0.25rem",
    "radius-md": "0.5rem",
    "radius-lg": "0.75rem",
    "radius-xl": "1rem",
    "radius-full": "9999px",
    "space-1": "0.25rem",
    "space-2": "0.5rem",
    "space-3": "0.75rem",
    "space-4": "1rem",
    "space-6": "1.5rem",
    "space-8": "2rem",
    "space-12": "3rem",
    "text-xs": "0.75rem",
    "text-sm": "0.875rem",
    "text-base": "1rem",
    "text-lg": "1.125rem",
    "text-xl": "1.25rem",
    "text-2xl": "1.5rem",
    "text-3xl": "1.875rem",
    "leading-tight": "1.2",
    "leading-normal": "1.5",
    "leading-relaxed": "1.75",
    "weight-normal": "400",
    "weight-medium": "500",
    "weight-semibold": "600",
    "weight-bold": "700",
    "tracking-tight": "-0.01em",
    "tracking-normal": "0em",
    "tracking-wide": "0.02em",
    "border-hairline": "1px",
    "border-thin": "1.5px",
    "border-thick": "3px",
    "duration-fast": "120ms",
    "duration-base": "200ms",
    "duration-slow": "320ms",
    "ease-standard": "cubic-bezier(0.2, 0, 0, 1)",
    "ease-emphasized": "cubic-bezier(0.3, 0, 0, 1)",
    "font-sans": "Inter, system-ui, sans-serif",
    "font-mono": "ui-monospace, SFMono-Regular, monospace",
    "font-display": "Inter, system-ui, sans-serif",
    "shadow-1": "0 1px 2px oklch(0% 0 0 / 0.06)",
    "shadow-2": "0 2px 8px oklch(0% 0 0 / 0.08)",
    "shadow-3": "0 8px 24px oklch(0% 0 0 / 0.12)",
    "shadow-4": "0 16px 48px oklch(0% 0 0 / 0.16)"
  },
  "dark": {
    "radius-none": "0",
    "radius-sm": "0.25rem",
    "radius-md": "0.5rem",
    "radius-lg": "0.75rem",
    "radius-xl": "1rem",
    "radius-full": "9999px",
    "space-1": "0.25rem",
    "space-2": "0.5rem",
    "space-3": "0.75rem",
    "space-4": "1rem",
    "space-6": "1.5rem",
    "space-8": "2rem",
    "space-12": "3rem",
    "text-xs": "0.75rem",
    "text-sm": "0.875rem",
    "text-base": "1rem",
    "text-lg": "1.125rem",
    "text-xl": "1.25rem",
    "text-2xl": "1.5rem",
    "text-3xl": "1.875rem",
    "leading-tight": "1.2",
    "leading-normal": "1.5",
    "leading-relaxed": "1.75",
    "weight-normal": "400",
    "weight-medium": "500",
    "weight-semibold": "600",
    "weight-bold": "700",
    "tracking-tight": "-0.01em",
    "tracking-normal": "0em",
    "tracking-wide": "0.02em",
    "border-hairline": "1px",
    "border-thin": "1.5px",
    "border-thick": "3px",
    "duration-fast": "120ms",
    "duration-base": "200ms",
    "duration-slow": "320ms",
    "ease-standard": "cubic-bezier(0.2, 0, 0, 1)",
    "ease-emphasized": "cubic-bezier(0.3, 0, 0, 1)",
    "font-sans": "Inter, system-ui, sans-serif",
    "font-mono": "ui-monospace, SFMono-Regular, monospace",
    "font-display": "Inter, system-ui, sans-serif",
    "shadow-1": "0 1px 2px oklch(0% 0 0 / 0.4)",
    "shadow-2": "0 2px 8px oklch(0% 0 0 / 0.5)",
    "shadow-3": "0 8px 24px oklch(0% 0 0 / 0.6)",
    "shadow-4": "0 16px 48px oklch(0% 0 0 / 0.7)"
  }
}
