:root{
/* Corners: the brand is a painted sign — everything is square */
--radius-none:0;--radius-pill:999px; /* pill reserved for tags/badges only */
/* Keylines: black outlines echo the wordmark contour */
--border-thin:2px solid var(--wf-black);
--border-thick:3px solid var(--wf-black);
/* Hard extrusion shadows — no blur, ever */
--shadow-sm:3px 3px 0 var(--wf-black);
--shadow-md:6px 6px 0 var(--wf-black);
--shadow-lg:10px 10px 0 var(--wf-black);
--shadow-red:6px 6px 0 var(--wf-red-deep);
/* Motion: quick, snappy, physical */
--ease-snap:cubic-bezier(.2,.9,.3,1.2); /* @kind other */
--duration-fast:120ms; /* @kind other */
--duration-base:200ms; /* @kind other */
}
