:root{
--shadow-s:0 1px 2px oklch(20% 0.02 150 / 0.06),0 1px 1px oklch(20% 0.02 150 / 0.04);
--shadow-m:0 4px 12px oklch(20% 0.02 150 / 0.08),0 2px 4px oklch(20% 0.02 150 / 0.05);
--shadow-l:0 16px 40px oklch(20% 0.02 150 / 0.14),0 4px 12px oklch(20% 0.02 150 / 0.06);
--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-base:200ms;/* @kind other */
--duration-slow:320ms;/* @kind other */
}
body{margin:0;font-family:var(--font-body);color:var(--text-primary);background:var(--surface-page)}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:var(--weight-bold);margin:0;line-height:var(--leading-tight)}
p{margin:0;line-height:var(--leading-normal)}
a{color:var(--accent-secondary);text-decoration:none}
a:hover{color:var(--accent-secondary-hover);text-decoration:underline}
*{box-sizing:border-box}
