/* FlameNet Violet Threshold — Sovereign Theme
   Used by: LimenGate, Luma page, Lux Intelligence
   Character: Ceremonial, sovereign, the presence theme */

:root, [data-theme="violet-threshold"] {
  --fn-bg: #110d22;
  --fn-surface: #1a1338;
  --fn-surface2: #221848;
  --fn-surface3: #2a1f56;
  --fn-border: #3d2b78;

  --fn-text: #c8b8f0;
  --fn-text-dim: #8870b8;
  --fn-text-ghost: #55407a;
  --fn-text-bright: #f0e8ff;

  --fn-accent: #00D4FF;
  --fn-accent-dim: #0099bb;
  --fn-accent-glow: rgba(0, 212, 255, 0.15);
  --fn-accent-subtle: #002233;

  --fn-gold: #C9A84C;
  --fn-gold-dim: #8A6A28;

  --fn-success: #3ddc84;
  --fn-warning: #f9c74f;
  --fn-error: #f94144;
  --fn-info: #00D4FF;

  --fn-font-mono: 'Cascadia Code', 'Fira Code', 'JetBrains Mono', Consolas, monospace;
  --fn-font-body: system-ui, -apple-system, 'Segoe UI', sans-serif;
}
