:root{
  /* The brand does not use soft UI shadows. Depth comes from frames,
     hairlines and inset paper edges. These are the only sanctioned values. */
  --shadow-none:none;
  --shadow-plate:0 1px 0 0 rgba(13,13,13,.10);
  --shadow-lift:0 2px 0 0 var(--ink-900);
  --shadow-print:0 14px 34px -18px rgba(13,13,13,.45);
  --frame-inner:inset 0 0 0 var(--line-hair) var(--border-hairline);
  --frame-plate:inset 0 0 0 var(--line-frame) var(--border-strong);
  --overlay-scrim:linear-gradient(180deg,rgba(30,46,31,0) 0%,rgba(30,46,31,.78) 100%); /* @kind other */
}
