:root{
  /* On ink, separation comes from hairlines first, shadow second. */
  --ts-shadow-none:none;
  --ts-shadow-sm:0 1px 2px rgba(0,0,0,.40);
  --ts-shadow-md:0 8px 24px -8px rgba(0,0,0,.55);
  --ts-shadow-lg:0 24px 64px -16px rgba(0,0,0,.68);
  --ts-shadow-sheet:0 -12px 48px -12px rgba(0,0,0,.72);
  --ts-inset-metal:inset 0 0 0 1px rgba(196,169,106,.28);

  /* Protection gradients over photography */
  --ts-scrim-bottom:linear-gradient(to top,rgba(11,11,11,.92) 0%,rgba(11,11,11,.72) 34%,rgba(11,11,11,0) 100%); /* @kind other */
  --ts-scrim-top:linear-gradient(to bottom,rgba(11,11,11,.78) 0%,rgba(11,11,11,0) 100%); /* @kind other */
  --ts-scrim-full:linear-gradient(to top,rgba(11,11,11,.88) 0%,rgba(11,11,11,.42) 50%,rgba(11,11,11,.66) 100%); /* @kind other */

  --ts-blur-chrome:saturate(140%) blur(18px); /* @kind other */
}
