/* New tokens alias the existing palette. No existing selectors or variables change. */
:root {
  --cakeheights-core-color-primary: var(--cak-primary);
  --cakeheights-core-color-primary-dark: var(--cak-primary-dark);
  --cakeheights-core-color-accent: var(--cak-accent);
  --cakeheights-core-color-text: var(--cak-text);
  --cakeheights-core-color-muted: var(--cak-text-muted);
  --cakeheights-core-color-surface: var(--cak-surface);
  --cakeheights-core-color-border: var(--cak-border);
  --cakeheights-core-radius-sm: var(--cak-radius-sm);
  --cakeheights-core-radius-md: var(--cak-radius);
  --cakeheights-core-radius-lg: 16px;
  --cakeheights-core-space-1: 4px;
  --cakeheights-core-space-2: 8px;
  --cakeheights-core-space-3: 12px;
  --cakeheights-core-space-4: 16px;
  --cakeheights-core-space-5: 24px;
  --cakeheights-core-space-6: 32px;
  --cakeheights-core-space-7: 48px;
  --cakeheights-core-space-8: 64px;
}
