:root{
  --shadow-sm:0 1px 2px oklch(0 0 0 / 0.28);
  --shadow-md:0 8px 24px -8px oklch(0 0 0 / 0.45);
  --shadow-lg:0 24px 56px -16px oklch(0 0 0 / 0.55);
  --shadow-inset-hairline:inset 0 0 0 1px var(--border-subtle);
  --shadow-glow-accent:0 0 0 1px oklch(from var(--antique-brass) l c h / 0.3),0 8px 32px -8px oklch(from var(--antique-brass) l c h / 0.25);
  --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:220ms; /* @kind other */
  --duration-slow:420ms; /* @kind other */
}
