:root{
/* Radii — square everywhere; the deckle edge is the only irregular shape */
--radius-none:0px;
--radius-sm:2px;
--radius-pill:999px;

/* Shadow — hard-edged with only a slight blur, black at 20%. Paper and cutouts share it. */
--shadow-paper:3px 5px 2px rgba(0,0,0,0.2);
--shadow-paper-deep:5px 8px 3px rgba(0,0,0,0.2);
--shadow-cutout:2px 4px 2px rgba(0,0,0,0.2);
--shadow-none:none;

/* Borders */
--border-hairline:1px solid var(--line-soft); /* @kind other */
--border-on-dark:1px solid var(--vb-cream); /* @kind other */

/* Motion — slow fades and reveals only, no bounce */
--ease-standard:cubic-bezier(.2,.8,.2,1); /* @kind other */
--duration-slow:600ms; /* @kind other */
--duration-med:320ms; /* @kind other */
}
