/*
 * Framework-level styling only. All landing-page styling lives in css/landing.css.
 * The template's Bootstrap form rules were dropped — this project has no Bootstrap and no forms,
 * and they referenced --bs-* variables that are never defined here.
 */

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem 1.25rem;
    color: #fff;
    font-family: 'Space Grotesk', system-ui, sans-serif;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}
