/*
  ft-ui semantic token aliases (PRD §8.2).
  Canonical values live in Admin/wwwroot/css/ft-theme-tokens.css.
  This file documents the contract and can be @imported when the package is wired into the build.
*/

:root {
  --ft-color-canvas: var(--ft-color-bg-page);
  --ft-color-surface: var(--ft-color-bg-surface);
  --ft-color-elevated: var(--ft-color-bg-elevated);
  --ft-color-border: var(--ft-color-border);
  --ft-color-text: var(--ft-color-text-primary);
  --ft-color-text-muted: var(--ft-color-text-muted);
  --ft-color-accent: var(--ft-color-primary);
  --ft-color-danger: var(--ft-color-danger);
  --ft-color-warning: var(--ft-color-warning);
  --ft-color-success: var(--ft-color-success);
}
