/**
 * File: /assets/css/vi-tokens.css
 * Path: e:/Vignetta/site/vignetta_dev/public/assets/css/vi-tokens.css
 * Date: October 15, 2025 — 1:18 PM CDT
 *
 * Purpose:
 *   Global design tokens for the Vignetta platform.
 *
 * Shout-out:
 *   Built with ❤️ by the Vignetta Devs
 *
 * And ChatGPT says: "I helped!"
 */

:root {
  /* ----------------------------------------
     Core Surfaces
  ---------------------------------------- */
  --vi-bg-0:#07070a;
  --vi-bg-1:#0b0b12;
  --vi-ink:#e9e9f0;
  --vi-muted:#a6a6bb;

  /* ----------------------------------------
     Brand Energy
  ---------------------------------------- */
  --vi-neon-a:#00d1ff;
  --vi-neon-b:#ff2bd6;
  --vi-neon-c:#8b5cf6;
  --vi-accent:#f5e042;

  /* ----------------------------------------
     Effects
  ---------------------------------------- */
  --vi-glass:rgba(255,255,255,0.06);
}
