::view-transition-old(root){mix-blend-mode:normal;animation-duration:.24s;animation-timing-function:cubic-bezier(.4,0,.2,1)}::view-transition-new(root){mix-blend-mode:normal;animation-duration:.24s;animation-timing-function:cubic-bezier(.4,0,.2,1)}::view-transition-old(root){animation-name:vt-fade-out}::view-transition-new(root){animation-name:vt-fade-in}@keyframes vt-fade-out{to{opacity:0}}@keyframes vt-fade-in{0%{opacity:0}}::view-transition-group(blog-header){animation-duration:.38s;animation-timing-function:cubic-bezier(.32,.72,0,1)}::view-transition-old(blog-header){mix-blend-mode:normal;animation-duration:.38s;animation-timing-function:cubic-bezier(.32,.72,0,1)}::view-transition-new(blog-header){mix-blend-mode:normal;animation-duration:.38s;animation-timing-function:cubic-bezier(.32,.72,0,1)}:root{--vt-duration-exit:.15s;--vt-duration-enter:.21s;--vt-slide-offset:60px}::view-transition-old(.nav-forward){--slide-offset:calc(-1 * var(--vt-slide-offset));animation:var(--vt-duration-exit) ease-in both vt-fade reverse,.4s ease-in-out both vt-slide reverse}::view-transition-new(.nav-forward){--slide-offset:var(--vt-slide-offset);animation:var(--vt-duration-enter) ease-out var(--vt-duration-exit) both vt-fade,.4s ease-in-out both vt-slide}::view-transition-old(.nav-back){--slide-offset:var(--vt-slide-offset);animation:var(--vt-duration-exit) ease-in both vt-fade reverse,.4s ease-in-out both vt-slide reverse}::view-transition-new(.nav-back){--slide-offset:calc(-1 * var(--vt-slide-offset));animation:var(--vt-duration-enter) ease-out var(--vt-duration-exit) both vt-fade,.4s ease-in-out both vt-slide}@keyframes vt-slide{0%{translate:var(--slide-offset)}to{translate:0}}@media (prefers-reduced-motion:reduce){::view-transition-group(*){animation:none!important}::view-transition-old(*){animation:none!important}::view-transition-new(*){animation:none!important}}