:root{
/* discrete radii — no large decorative capsules per brand direction */
--radius-sm:4px;
--radius-md:6px;
--radius-lg:8px;
--radius-pill:999px;

/* shadows are avoided almost everywhere; dividers carry structure instead.
   the one soft elevation is reserved for transient overlays (menus, dialogs). */
--shadow-none:none;
--shadow-overlay:0 8px 24px -8px rgb(24 33 31 / 0.16);

--border-width:1px;
--divider:1px solid var(--border-default);

--ease-standard:cubic-bezier(0.2,0,0,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-standard:180ms; /* @kind other */
}
