@import"https://fonts.googleapis.com/css2?family=Comfortaa";html,body{height:100%;min-height:100%}html:active-view-transition-type(slide-left)::view-transition-old(mobile-sheet-transition){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-left}html:active-view-transition-type(slide-left)::view-transition-new(mobile-sheet-transition){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-left}@keyframes slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slide-in-left{0%{transform:translate(100%)}to{transform:translate(0)}}html:active-view-transition-type(slide-right)::view-transition-old(mobile-sheet-transition){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-right}html:active-view-transition-type(slide-right)::view-transition-new(mobile-sheet-transition){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-right}@keyframes slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slide-in-right{0%{transform:translate(-100%)}to{transform:translate(0)}}
