:root{
--radius-sm:4px;
--radius-md:8px;
--radius-lg:14px;
--radius-pill:999px;

/* no shadow/elevation system is defined in the brandbook — this is a
   considered default (soft, cool-tinted, low-elevation) documented in
   readme.md Visual Foundations; revisit with the brand team if they have one */
--shadow-sm:0 1px 2px rgba(0,13,53,.06);
--shadow-md:0 4px 16px rgba(0,13,53,.10);
--shadow-lg:0 12px 32px rgba(0,13,53,.14);

--border-width:1px;
--ease-standard:cubic-bezier(.4,0,.2,1); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
}
