h1:focus {
    outline: none;
}

.blazor-error-boundary {
    background: #991b1b;
    padding: 1rem 1.5rem;
    color: white;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', system-ui, sans-serif;
}

.blazor-error-boundary::after {
    content: "An unexpected error occurred. Please reload the page.";
}
