/* Iconography: the mockups use a uniform 1.5px rounded-stroke line set.
   No icon source files were provided, so Lucide (matching stroke weight + rounded caps)
   is shipped as the substitute, via its static icon-font build. */
@import url("https://unpkg.com/lucide-static@0.544.0/font/lucide.css");
:root{--icon-sm:16px; /* @kind spacing */
  --icon-md:18px; /* @kind spacing */
  --icon-lg:20px; /* @kind spacing */
  --icon-xl:24px; /* @kind spacing */
}
