:root{
/* natural, low-contrast shadows */
--shadow-soft:0 1px 2px rgba(11,31,42,.05),0 4px 14px rgba(11,31,42,.06);
--shadow-card:0 2px 4px rgba(11,31,42,.04),0 14px 36px rgba(11,31,42,.10);
--shadow-float:0 8px 20px rgba(11,31,42,.12),0 28px 70px rgba(11,31,42,.22);
/* motion — slow, organic, never bouncy */
--ease-organic:cubic-bezier(.22,1,.36,1);/* @kind other */
--ease-soft:cubic-bezier(.45,0,.2,1);/* @kind other */
--dur-fast:.2s;/* @kind other */
--dur-med:.35s;/* @kind other */
--dur-slow:.7s;/* @kind other */
--blur-veil:blur(6px);/* @kind other */
}
