html, body {
    margin: 0;
    min-height: 100%;
    font-family: var(--ui-font-family, system-ui, sans-serif);
}

a {
    color: inherit;
}

h1:focus {
    outline: none;
}

#blazor-error-ui {
    background: #fff3cd;
    color: #1c2330;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem;
    color: white;
    border-radius: 8px;
}

    .blazor-error-boundary::after {
        content: "Ein Fehler ist aufgetreten.";
    }
