:root{
/* Shadows are tinted with the slate-blue of the wordmark, never neutral black */
--shadow-xs:0 1px 2px rgba(35,44,60,.05);
--shadow-sm:0 2px 8px rgba(35,44,60,.06);
--shadow-md:0 10px 30px -12px rgba(35,44,60,.14);
--shadow-lg:0 24px 60px -24px rgba(35,44,60,.20);
--shadow-lift:0 18px 42px -18px rgba(111,114,168,.30);
--shadow-inset-soft:inset 0 1px 0 rgba(255,255,255,.7);
--ring-focus:0 0 0 3px rgba(129,131,180,.32);
--blur-veil:saturate(160%) blur(14px); /* @kind other */
}
