/* The template is almost shadow-free: separation comes from whitespace and
   hairline borders. Shadows are short, soft and low-opacity when used at all. */
:root{
  --shadow-none:none;
  --shadow-xs:0 1px 2px rgba(13,13,14,.05);
  --shadow-sm:0 2px 6px rgba(13,13,14,.06);
  --shadow-md:0 8px 24px rgba(13,13,14,.08);
  --shadow-lg:0 20px 48px rgba(13,13,14,.12);
  --shadow-focus:0 0 0 3px rgba(79,154,219,.35);
  --scrim-bottom:linear-gradient(to bottom,rgba(13,13,14,0) 0%,rgba(13,13,14,.45) 100%); /* @kind other */
  --scrim-top:linear-gradient(to bottom,rgba(13,13,14,.35) 0%,rgba(13,13,14,0) 60%); /* @kind other */
  --fade-to-paper:linear-gradient(to bottom,rgba(252,252,252,0) 0%,var(--paper-050) 100%); /* @kind other */
}
