:root{
  /* Shadows are quiet. Emphasis comes from contrast, not depth. */
  --shadow-none:none;
  --shadow-xs:0 1px 2px rgba(0,0,0,.06);
  --shadow-sm:0 2px 8px rgba(0,0,0,.07);
  --shadow-md:0 6px 20px rgba(0,0,0,.09);
  --shadow-lg:0 18px 44px rgba(0,0,0,.14);
  --shadow-accent:0 8px 24px rgba(127,249,50,.30);
  --shadow-inset:inset 0 1px 2px rgba(0,0,0,.08);

  --ring-focus:0 0 0 3px rgba(127,249,50,.45);
  --ring-focus-dark:0 0 0 3px rgba(127,249,50,.55);

  /* Protection gradient for text over photography */
  --scrim-bottom:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.55) 38%,rgba(0,0,0,0) 100%); /* @kind other */
  --scrim-full:linear-gradient(to right,rgba(0,0,0,.92) 0%,rgba(0,0,0,.55) 55%,rgba(0,0,0,.15) 100%); /* @kind other */

  --blur-glass:blur(14px); /* @kind other */
  --glass-dark:rgba(0,0,0,.62); /* @kind other */
  --glass-light:rgba(255,255,255,.72); /* @kind other */
}
