html, body {
    margin: 0;
    /* Matches the theme background so there is no white flash before Blazor connects. */
    background-color: #061a28;
    color: #e9f2f8;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

h1:focus {
    outline: none;
}

/* Keep snackbars (New round undo) above the fixed action bar, within thumb reach. */
.mud-snackbar-location-bottom-center {
    bottom: calc(92px + env(safe-area-inset-bottom));
    width: calc(100% - 24px);
    max-width: 500px;
}
