.loading-splash {
    background-color: #0f172a;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: white;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.full-height {
    height: 100%
}

.app-bar-border {
    border-bottom: 4px solid var(--mud-palette-primary);
}