:root{
/* Light hand. Depth comes from hairlines and tonal blocks, not drop shadows. */
--shadow-none:none;
--shadow-raise:0 1px 2px rgba(48,37,27,.07);
--shadow-card:0 2px 10px rgba(48,37,27,.06);
--shadow-lift:0 12px 32px rgba(48,37,27,.12);
--shadow-overlay:0 32px 80px rgba(22,33,15,.32);
--scrim-bottom:linear-gradient(to top,rgba(22,33,15,.72) 0%,rgba(22,33,15,.28) 42%,rgba(22,33,15,0) 100%); /* @kind other */
--scrim-top:linear-gradient(to bottom,rgba(22,33,15,.55) 0%,rgba(22,33,15,0) 70%); /* @kind other */
--blur-veil:saturate(120%) blur(14px); /* @kind other */
}
