:root{
  /* Shape and warm fills carry the structure. Shadows stay soft and low.  */
  --shadow-none:none;
  --shadow-xs:0 1px 2px rgba(28,25,23,.04);
  --shadow-sm:0 2px 4px rgba(28,25,23,.05);
  --shadow-md:0 6px 18px rgba(28,25,23,.07);
  --shadow-lg:0 18px 40px rgba(28,25,23,.10);
  --shadow-overlay:0 28px 70px rgba(28,25,23,.16);

  --ring-focus:0 0 0 3px rgba(142,44,78,.22);
  --ring-focus-danger:0 0 0 3px rgba(179,39,30,.20);
  --ring-inset-hairline:inset 0 0 0 1px var(--border-hairline);
}
