:root{
--shadow-sm:0 1px 2px rgba(10,31,33,0.06);
--shadow-md:0 4px 12px rgba(10,31,33,0.08);
--shadow-lg:0 12px 32px rgba(10,31,33,0.12);
--shadow-focus:0 0 0 3px rgba(25,163,163,0.35);

--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-normal:200ms; /* @kind other */
--duration-slow:320ms; /* @kind other */
}
*{box-sizing:border-box}
body{margin:0;font-family:var(--font-body);color:var(--text-body);background:var(--surface)}
a{color:var(--link);text-decoration:none}
a:hover{color:var(--link-hover);text-decoration:underline}
