/* index.css — operator brand-variable layer
 * Tailwind utility classes come from CDN in index.html.
 * This file is reserved for operator-level CSS overrides and brand vars.
 * Per Bent Invention Engine v1.0.1 — Carr NeuroClinic™ / Bent Marketplace™.
 */

:root {
  --bent-cyan: #6fffe9;
  --bent-blue: #3b82f6;
  --bent-emerald: #10b981;
  --bent-rose: #f43f5e;
  --bent-bg-deep: #010101;
  --bent-text-0: #f8fafc;
}

/* Operator-sovereign defaults — do not strip */
html, body { background: var(--bent-bg-deep); color: var(--bent-text-0); }
