:root{
--border-w:1px;
--border-w-thick:2px;

--shadow-stamp-sm:3px 3px 0 rgba(0,0,0,.45);
--shadow-stamp-md:5px 5px 0 rgba(0,0,0,.45);
--shadow-ambient-sm:0 1px 2px rgba(0,0,0,.35),0 4px 12px rgba(0,0,0,.25);
--shadow-ambient-md:0 2px 4px rgba(0,0,0,.35),0 12px 28px rgba(0,0,0,.35);
--shadow-inset-hairline:inset 0 0 0 1px rgba(239,231,214,.06);

--ease-out:cubic-bezier(.2,.7,.3,1);/* @kind other */
--ease-in-out:cubic-bezier(.4,0,.2,1);/* @kind other */
--dur-fast:110ms;/* @kind other */
--dur-med:180ms;/* @kind other */

--clip-cut-corner:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);/* @kind other */

--stripe-hazard:repeating-linear-gradient(135deg,var(--tfc-amber-500) 0 10px,var(--tfc-black) 10px 20px);
}
