/* VisibleMusician — brand tokens (CANONICAL). Loaded after style.css.
   Family: Visible (SEMPITE). Shared: dark bg, gold spotlight, Space Grotesk + Inter.
   Per-site: --accent / --accent-2 / --grad-brand. */
:root{
  --bg:#0E1014; --surface:#171A21; --surface2:#1E222B; --text:#F4F2EC; --muted:#9BA3AF;
  --accent:#EC4899; --accent-2:#8B5CF6; --accent-hover:#F472B6;
  --accent-rgb:236,72,153; --accent2-rgb:139,92,246;
  --gold:#E8B23A; --silver:#C9D2DE; --bronze:#C0824F;
  --line:rgba(255,255,255,0.10); --line-2:rgba(255,255,255,0.16); --radius:16px;
  --font-display:'Space Grotesk','Inter',sans-serif; --font-body:'Inter',system-ui,-apple-system,sans-serif;
  --grad-brand:linear-gradient(135deg,#F9A8D4,#EC4899);
  --grad-gold:linear-gradient(135deg,#F5D488,#E8B23A);
  --grad-accent:linear-gradient(110deg,#EC4899,#8B5CF6);
}
