@keyframes icon-enter{0%{opacity:0;transform:rotate(180deg)}to{opacity:1;transform:rotate(0)}}@keyframes icon-exit{0%{opacity:1;transform:rotate(0)}to{opacity:0;transform:rotate(-180deg)}}.theme-toggle__dark-icon[data-astro-cid-zrysfokl]{opacity:0;transform:rotate(180deg)}.theme-toggle__dark-icon[data-astro-cid-zrysfokl][data-current-theme=true]{opacity:1;transform:rotate(0)}.can-animate[data-astro-cid-zrysfokl] .theme-toggle__dark-icon[data-astro-cid-zrysfokl][data-current-theme=true]{animation:icon-enter var(--animation-duration) forwards}.can-animate[data-astro-cid-zrysfokl] .theme-toggle__dark-icon[data-astro-cid-zrysfokl][data-current-theme=false]{animation:icon-exit var(--animation-duration) forwards}.theme-toggle__light-icon[data-astro-cid-zrysfokl]{opacity:0;transform:rotate(180deg)}.theme-toggle__light-icon[data-astro-cid-zrysfokl][data-current-theme=true]{opacity:1;transform:rotate(0)}.can-animate[data-astro-cid-zrysfokl] .theme-toggle__light-icon[data-astro-cid-zrysfokl][data-current-theme=true]{animation:icon-enter var(--animation-duration) forwards}.can-animate[data-astro-cid-zrysfokl] .theme-toggle__light-icon[data-astro-cid-zrysfokl][data-current-theme=false]{animation:icon-exit var(--animation-duration) forwards}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}
