/* The brand book is flat — no drop shadows appear in any application.
   Shadows here are deliberately faint, tinted with ink, and used only to lift
   interactive surfaces (menus, dialogs) off the page. */
:root{
  --shadow-none:none;
  --shadow-xs:0 1px 2px rgba(24,22,51,.06);
  --shadow-sm:0 2px 8px rgba(24,22,51,.08);
  --shadow-md:0 8px 24px rgba(24,22,51,.10);
  --shadow-lg:0 20px 48px rgba(24,22,51,.16);
  --shadow-focus:0 0 0 3px rgba(123,77,231,.32);
  --shadow-inset-hairline:inset 0 0 0 1px var(--border-subtle);
}
