.fonts-loading body{opacity:0}.fonts-loaded body{opacity:1;transition:opacity .1s ease-in}html.dark-theme-init,html.dark-theme-init body{background-color:#0c0806}::view-transition-group(root){animation-duration:.4s}::view-transition-image-pair(root){isolation:auto}::view-transition-old(root){animation:vt-fade-out .4s ease-in both}::view-transition-new(root){animation:vt-fade-in .4s ease-out both}.vt-entry-slide{animation:vt-rise .4s cubic-bezier(.22,1,.36,1) both}::view-transition-group(typefaces-content){animation:none!important}::view-transition-image-pair(typefaces-content){isolation:auto}::view-transition-old(typefaces-content){animation:vt-fade-out .4s ease-in both}::view-transition-new(typefaces-content){animation:vt-fade-in .4s ease-out both}@keyframes vt-fade-out{0%{opacity:1}to{opacity:0}}@keyframes vt-fade-in{0%{opacity:0}to{opacity:1}}@keyframes vt-rise{0%{translate:0 30px}to{translate:0 0}}@media (prefers-reduced-motion:reduce){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation-duration:0s!important;animation-delay:0s!important}}