@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0}to{opacity:1}}@keyframes overlayHide{0%{opacity:1}to{opacity:0}}@keyframes contentHide{0%{opacity:1}to{opacity:0}}.dialog-overlay[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) overlayShow}.dialog-overlay[data-state=closed]{animation:.25s cubic-bezier(.16,1,.3,1) overlayHide}.dialog-content[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) contentShow}.dialog-content[data-state=closed]{animation:.25s cubic-bezier(.16,1,.3,1) contentHide}
