/* FlameNet Light — Accessibility Light Mode
   Used by: LimenGate light theme */

:root, [data-theme="light"] {
  --fn-bg: #f8f6ff;
  --fn-surface: #efecf7;
  --fn-surface2: #e4e0f0;
  --fn-surface3: #d8d4e8;
  --fn-border: #c8c4d8;

  --fn-text: #2d2640;
  --fn-text-dim: #6b6380;
  --fn-text-ghost: #9890a8;
  --fn-text-bright: #1a1530;

  --fn-accent: #6b3fa0;
  --fn-accent-dim: #7d4fb5;
  --fn-accent-glow: rgba(107, 63, 160, 0.1);

  --fn-success: #2d8a5e;
  --fn-warning: #b8860b;
  --fn-error: #c0392b;
  --fn-info: #2980b9;
}
