/* intona theme — the "intona" voice.
 *
 * A calm teal primary (evokes voice / intonation) layered on the pi family's
 * warm surfaces + Plex typography, which are left unchanged. This is a
 * TOKEN-LAYER override per the motif guide (motif/tokens): swap the --color-
 * primary ramp here and every component — buttons, the mic, chips, bars,
 * progress fills — follows. No leaf overrides.
 *
 * Loaded LAST (after motif + the pi family), so it wins.
 */
:root {
  --color-primary-50:  #f0fdfa;
  --color-primary-100: #cbfbf1;
  --color-primary-200: #99f6e4;
  --color-primary-300: #5eead4;
  --color-primary-400: #2dd4bf;
  --color-primary-500: #14b8a6;
  --color-primary-600: #0d9488; /* the main brand teal */
  --color-primary-700: #0f766e;
  --color-primary-800: #115e59;
  --color-primary-900: #134e4a;
  --color-primary: #0d9488;
}
