﻿.avalonia-splash {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    #482474 5%,
    #281c4d 10%,
    #0e1126 15%,
    #090b1a 20%,
    #000105 90%,
    #000000 100%
  );
  font-family: "Outfit", sans-serif;
  justify-content: center;
  align-items: center;
  display: flex;
  pointer-events: none;
}

.splash-logo {
  width: 96px;
  height: 96px;
}

.avalonia-splash.splash-close {
  transition:
    opacity 200ms,
    display 200ms;
  display: none;
  opacity: 0;
}
