:root{
/* the brand mark itself is hard-edged/angular — sharp geometric cuts, no rounding.
   rounding shows up only in UI chrome and photo/icon tiles, never on the logo or wordmark. */
--radius-none:0px;
--radius-sm:4px;
--radius-md:8px;
--radius-lg:14px;
--radius-xl:20px;
--radius-pill:999px;

--border-width-hairline:1px;
--border-width-md:2px;

/* flat design system — collateral uses no drop shadows; reserve subtle elevation for interactive UI only */
--shadow-sm:0 1px 2px rgba(0,0,0,.3);
--shadow-md:0 4px 16px rgba(0,0,0,.32);
--shadow-focus:0 0 0 3px var(--accent-primary-tint);

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