:root{--paper:oklch(96.5% .008 85);--ink:oklch(23% .012 60);--birch:oklch(91.5% .02 80);--graphite:oklch(41% .012 60);--rule:oklch(84% .012 80);--tar:oklch(20% .01 60);--radius:2px;--background:var(--paper);--foreground:var(--ink);--card:var(--birch);--card-foreground:var(--ink);--popover:var(--paper);--popover-foreground:var(--ink);--secondary:var(--birch);--secondary-foreground:var(--ink);--muted:var(--birch);--muted-foreground:var(--graphite);--accent:var(--birch);--accent-foreground:var(--ink);--border:var(--rule);--input:var(--rule)}@layer base{html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;font-size:17px;line-height:1.6}h1,h2,h3{text-wrap:balance;font-weight:400}p{text-wrap:pretty}::selection{background:var(--primary);color:var(--primary-foreground)}[id]{scroll-margin-top:5rem}}@keyframes hero-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.hero-rise{animation:.8s cubic-bezier(.2,.7,.2,1) both hero-rise}.hero-rise-2{animation:.8s cubic-bezier(.2,.7,.2,1) .12s both hero-rise}.hero-rise-3{animation:.8s cubic-bezier(.2,.7,.2,1) .24s both hero-rise}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-rise,.hero-rise-2,.hero-rise-3{animation:none}}
