/* TechSoul brand theme */
:root[data-theme="brand-techsoul"] {
  --primary: #6c5ce7; /* neon indigo */
  --primary-600: #5541d7;
  --primary-700: #4634bc;
  --accent: #00e5ff; /* aqua glow */
  --accent-600: #00b2cc;
  --bg: #0b0b14;
  --bg-muted: #121223;
  --text: #ececff;
  --text-muted: #b8b5e8; /* שופר לניגודיות 4.5:1+ */
  --border: #1e1e33;
  color-scheme: dark;
}
