/* ==========================================================================
   Wintree Design System — Elevation Tokens
   Hairline + a single soft drop tier. Atmospheric depth = gradient orbs.
   ========================================================================== */

:root {
  /* The only shadow tier — used on hovered/floating cards */
  --shadow-soft: 0 4px 16px rgba(0, 0, 0, 0.04);
  --shadow-soft-lg: 0 8px 32px rgba(0, 0, 0, 0.06);

  /* Atmospheric orb blur radius reference */
  --orb-blur: 64px;

  /* Standard transition */
  --transition-base: 180ms cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
}
