:root{
  /* the brand is flat: no shadows on posts, stickers or brand marks */
  --shadow-none:none;
  --shadow-sticker:0 4px 0 rgba(0,0,0,.35);
  --shadow-card:0 12px 32px rgba(0,0,0,.45);
  --shadow-overlay:0 24px 60px rgba(0,0,0,.6);
  --focus-ring:0 0 0 3px rgba(198,255,0,.55);

  --blur-overlay:blur(14px); /* @kind other */
  --scrim-bottom:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,0) 62%); /* @kind other */
  --scrim-top:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 55%); /* @kind other */
}
