:root{
/* Corner radii — soft, generous, matches the rounded sans and rounded-drop logo mark */
--radius-sm:6px;
--radius-md:12px;
--radius-lg:20px;
--radius-pill:999px;
--radius-blob:38% 62% 58% 42% / 44% 40% 60% 56%; /* echoes the leaf/droplet mark */

/* Shadow — very soft, low-contrast, warm-toned (never pure black) */
--shadow-sm:0 1px 3px rgba(0,28,48,0.06);
--shadow-md:0 6px 20px rgba(0,28,48,0.09);
--shadow-lg:0 16px 40px rgba(0,28,48,0.13);

--border-width:1px;

/* Motion — gentle, unhurried, no bounce */
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--duration-fast:150ms; /* @kind other */
--duration-normal:260ms; /* @kind other */
--duration-slow:420ms; /* @kind other */
}
