/* inbox--specific overrides layered on top of the shared, byte-identical
   fsi.css (see CLAUDE.md's Design System section). Never put an override
   here that FSI-welcome-landing-'s copy of fsi.css would also need — that
   belongs in the shared file itself, kept in sync between the two repos. */

/* .fsi-navbar__brand's baseline in the shared fsi.css is plain (no display
   font) — every other suite app that uses this BEM navbar class layers its
   own override to apply Bebas Neue (see EXPENSES's app/theme/static/fsi.css
   for the reference rule this mirrors). inbox- never had one, so its brand
   text silently rendered in the body font while the rest of the realigned
   suite used the display face. Fixed 2026-08-19. */
.fsi-navbar__brand {
  color: var(--link);
  font-family: var(--font-display);
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
