/* Minimal app-specific overrides on top of Tailwind. */

/* Active nav link state. */
[data-shell-nav] a              { color: rgb(82 82 91); }
[data-shell-nav] a:hover        { color: rgb(24 24 27); }
[data-shell-nav] a.is-active    { color: rgb(24 24 27); font-weight: 500; }

/* Make page transitions visually quieter while the next page loads. */
html.tada-leaving body { opacity: 0.6; transition: opacity .15s; }
