:root{
/* Shadows are warm-brown, never neutral grey, and always low-contrast. */
--sh-0:none; /* @kind shadow */
--sh-1:0 1px 2px rgba(63,49,33,.05);
--sh-2:0 2px 10px rgba(63,49,33,.06);
--sh-3:0 8px 24px rgba(63,49,33,.08);
--sh-4:0 18px 48px rgba(63,49,33,.12);
--sh-inset:inset 0 1px 0 rgba(255,255,255,.7);
--sh-focus:0 0 0 3px rgba(141,109,81,.28);
--blur-glass:saturate(1.05) blur(14px); /* @kind other */
--scrim-bottom:linear-gradient(to top,rgba(42,32,22,.62) 0%,rgba(42,32,22,0) 68%); /* @kind other */
--scrim-top:linear-gradient(to bottom,rgba(42,32,22,.42) 0%,rgba(42,32,22,0) 60%); /* @kind other */
}
