:root{
  /* Shadow is a print artifact here — a sheet of paper lying on a surface, nothing more.
     UI chrome uses hairlines instead of shadows. */
  --shadow-none:none;
  --shadow-sheet:0 18px 48px -28px rgba(11,11,11,.30),0 2px 6px -2px rgba(11,11,11,.06);
  --shadow-sheet-lifted:0 34px 80px -34px rgba(11,11,11,.38),0 3px 10px -4px rgba(11,11,11,.08);
  --shadow-inset-hair:inset 0 -1px 0 0 var(--hairline-ink);

  /* Blur is reserved for chrome pinned over photography */
  --blur-chrome:saturate(120%) blur(14px); /* @kind other */
  --blur-veil:blur(28px); /* @kind other */
  --chrome-veil:rgba(250,247,242,.78); /* @kind color */
  --chrome-veil-ink:rgba(11,11,11,.56); /* @kind color */
}
