:root{
/* Shadows are warm-neutral and soft. No hard drop shadows, no glows. */
--shadow-xs:0 1px 2px rgba(42,44,45,.06);
--shadow-sm:0 2px 6px rgba(42,44,45,.07);
--shadow-md:0 6px 18px rgba(42,44,45,.09);
--shadow-lg:0 16px 40px rgba(42,44,45,.12);
--shadow-xl:0 28px 64px rgba(42,44,45,.16);
--shadow-brand:0 10px 26px rgba(230,4,104,.24);
--shadow-inset-field:inset 0 1px 2px rgba(42,44,45,.05);
--focus-ring:0 0 0 3px var(--focus-ring-color);

/* Protection gradient — for type over photography. Never a flat black scrim. */
--scrim-bottom:linear-gradient(to top,rgba(42,44,45,.72) 0%,rgba(42,44,45,.34) 46%,rgba(42,44,45,0) 100%); /* @kind other */
--scrim-top:linear-gradient(to bottom,rgba(42,44,45,.55) 0%,rgba(42,44,45,0) 70%); /* @kind other */
}
