:root{
  --radius-sm:4px;
  --radius-md:8px;
  --radius-lg:16px;
  --radius-pill:999px;
  --radius-circle:50%;

  --shadow-sm:0 1px 2px rgba(0,32,91,0.08);
  --shadow-md:0 4px 12px rgba(0,32,91,0.10);
  --shadow-lg:0 12px 32px rgba(0,32,91,0.14);

  --stroke-icon:2px; /* @kind other */

  --ease-standard:cubic-bezier(.2,.8,.2,1); /* @kind other */
  --duration-fast:120ms; /* @kind other */
  --duration-standard:200ms; /* @kind other */
}
