:root {
  /* Backgrounds */
  --bg-surface: #191724;       /* base */
  --bg-surface-low: #1f1d2e;   /* surface */
  --bg-surface-extra: #26233a; /* overlay */

  /* Text */
  --text-primary: #e0def4;     /* text */
  --text-secondary: #908caa;   /* subtle */

  /* Accent */
  --accent-color: #c4a7e7;     /* iris */
  --link-color: #9ccfd8;       /* foam */
  --positive: #31748f;         /* pine */
  --warning: #f6c177;          /* gold */
  --danger: #eb6f92;           /* love */

  /* Borders / dividers */
  --border-color: #2a2837;

  /* Inputs / interactive surfaces */
  --input-bg: #1f1d2e;
  --hover-bg: #26233a;

  /* Chat bubbles (if supported by Cinny build) */
  --bubble-outgoing: #26233a;
  --bubble-incoming: #1f1d2e;
}
