:root{
  /* Soft, warm, wide-spread shadows — the cream canvas can carry more of them
     than the old dark ground could. Hairlines still lead on flat surfaces. */
  --shadow-none:none; /* @kind shadow */
  --shadow-xs:0 1px 3px rgba(54,46,38,.05);
  --shadow-sm:0 4px 14px -4px rgba(54,46,38,.08);
  --shadow-md:0 14px 34px -14px rgba(54,46,38,.14);
  --shadow-lg:0 30px 70px -28px rgba(54,46,38,.2);
  --shadow-modal:0 44px 100px -34px rgba(43,36,29,.32);
  --shadow-inset-line:inset 0 -1px 0 var(--line-default);
  --ring-focus:0 0 0 1px var(--cream-50),0 0 0 3px var(--focus-ring);
  --blur-glass:blur(18px); /* @kind other */
}
