/* design-tokens-app.css
 * Phase 17.2: stripped to genuinely app-local values only.
 * DSX-01/02/03 (motion + z-index + scrim) promoted into rebuilt canonical
 * per [UI-PRIN-32]. The @import below pulls the rebuilt-canonical bundle so
 * existing surfaces continue to resolve motion / z-index / scrim tokens
 * tokens until Wave-2 surface plans cut over to the /loka-ds/ URL.
 */
@import url('/loka-ds/ds-tokens.css');

:root {
  --phone-w: 430px;
  --void: #09060f;
  --volley-chat-bg: #1f1a3a;
  --you-chat-bg: #3a1f12;
}
