/* ABEBIT — Signals Bridge: map legacy vars → new Binance-spec tokens */
:root {
  --text-primary:   #EAECEF;
  --text-secondary: #B7BDC6;
  --text-muted:     #848E9C;
  --bg-secondary:   #1E2329;
  --bg-tertiary:    #2B2F36;
  --accent-green:   #0ECB81;
  --accent-red:     #F7485F;
  --accent-blue:    #2196F3;
  --accent-yellow:  #F0B90B;
  --radius:         8px;
  --border-color:   #2B2F36;
}
