:root{
  /* Beond barely uses shadow. Cards separate by colour, not by lift. */
  --shadow-none:none;
  --shadow-card:0 1px 2px rgba(26,26,26,.05);
  --shadow-raised:0 8px 24px rgba(26,26,26,.08);
  --shadow-overlay:0 20px 60px rgba(26,26,26,.16);
  /* Protection gradient for type over photography */
  --scrim-bottom:linear-gradient(to top,rgba(26,26,26,.62),rgba(26,26,26,0) 62%); /* @kind other */
  --scrim-left:linear-gradient(to right,rgba(26,26,26,.55),rgba(26,26,26,0) 58%); /* @kind other */
}
