
/* ============================================
   COLORS — Global OneSound color theme
============================================ */

:root {
  --accent: #22EEEE;
  --accent-soft: #2FC2C2;
  --text-light: #4E9A9A;
  --text-muted: #2FC2C2;
  --bg-dark: #000;
  --bg-panel: #111;
  --bg-box: #222;
  --border: #22EEEE;
}
