.default-theme{--primary:22,96,170;--secondary:22,96,170;--background:255,255,255;--foreground:242,242,247;--base-primary:28,28,30;--base-secondary:242,242,247;--base-sub-primary:28,28,30;--base-sub-secondary:242,242,247}.default-theme-dark{--primary:242,242,247;--secondary:170,170,170;--background:28,28,30;--foreground:44,44,46;--base-primary:255,255,255;--base-secondary:22,96,170;--base-sub-primary:44,44,46;--base-sub-secondary:58,58,60}.loading-wave{width:300px;height:100px;display:flex;justify-content:center;align-items:flex-end}.loading-bar{width:20px;height:10px;margin:0 5px;border-radius:5px;animation:loading-wave-animation 1s ease-in-out infinite;background-color:rgba(var(--text-secondary))}.loading-bar:nth-child(2){animation-delay:.1s}.loading-bar:nth-child(3){animation-delay:.2s}.loading-bar:nth-child(4){animation-delay:.3s}@keyframes loading-wave-animation{0%{height:10px}50%{height:50px}to{height:10px}}