:root{
/* MoMA's site is almost entirely flat — no drop shadows, no glass/blur, no gradients on chrome.
   The only "shadow" is a hard 1px rule or a solid block of color used to separate zones. */
--shadow-none:none;
--shadow-focus:0 0 0 3px rgba(224,22,28,0.35);
--shadow-menu:0 8px 24px rgba(0,0,0,0.12);
--ease-standard:cubic-bezier(0.4,0,0.2,1); /* @kind other */
--ease-out:cubic-bezier(0,0,0.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
--duration-slow:320ms; /* @kind other */
}
