/* JX overrides: re-point Vibe's primary ramp to Jett Navy (docs/brand.md).
   Loaded AFTER vibe-tokens.css. Overridden variables listed here are the
   complete set; add to this list rather than scattering overrides. */
:root, .default-app-theme, .light-app-theme {
    --primary-color: #091122;
    --primary-hover-color: #16233f;
    --primary-highlighted-color: #1d2c4f;
    --primary-selected-color: #e9edf5;
    --primary-selected-hover-color: #dde3ef;
    --primary-surface-color: #091122;
}
.dark-app-theme {
    --primary-color: #33456b;
    --primary-hover-color: #405480;
    --primary-highlighted-color: #4c6296;
    --primary-selected-color: #1b2333;
    --primary-selected-hover-color: #22304f;
    --primary-surface-color: #33456b;
}
