/**
 * ALAN Design-Tokens — portiert aus /www/old/public/assets/tokens.css.
 */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;

  --color-accent: #0a5f9c;
  --color-accent-dark: #084a7a;
  --color-accent-soft: #e8f2fa;
  --color-text: #0f172a;
  --color-text-muted: #3f4a5a;
  --color-bg: #ffffff;
  --color-bg-subtle: #f3f4f6;
  --color-bg-elevated: #ffffff;
  --color-border: #e5e7eb;
  --color-border-strong: #d1d5db;
  --color-error-bg: #fef2f2;
  --color-error-text: #991b1b;
  --color-ok-bg: #ecfdf5;
  --color-ok-text: #065f46;
  --color-warn-bg: #fffbeb;
  --color-warn-text: #92400e;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-full: 999px;

  --shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.06);
  --shadow-md: 0 4px 16px rgba(17, 24, 39, 0.08);
  --shadow-lg: 0 12px 32px rgba(17, 24, 39, 0.1);

  --transition-fast: 150ms ease;
  --transition-base: 200ms ease;

  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --focus-ring: 0 0 0 3px rgba(10, 95, 156, 0.25);
}
