.slide-out-blurred-top {
	animation: slide-out-blurred-top 0.45s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}
.slide-in-blurred-bottom {
	animation: slide-in-blurred-bottom 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
.tracking-in-expand-fwd {
	animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	animation-delay:0.4s;
}
.fade-in-fwd {
	animation: fade-in-fwd 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation-delay:0.4s;
}
.fade-in-bck {
	animation: fade-in-bck 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation-delay:0.4s;
}
.color-scheme1{
    background-color: var(--bg-color1);
}
.color-scheme2{
    background-color: var(--bg-color2);
}
body {
	overflow-y: hidden;
}
