/* Page-level resets / niceties.
   Tailwind utilities + Blueprint themes do the heavy lifting; this file holds
   the few overrides that aren't worth a component class. */

html, body {
    font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
}

h1:focus {
    outline: none;
}

.blazor-error-boundary {
    background: var(--destructive);
    color: var(--destructive-foreground);
    padding: 0.75rem 1rem;
    border-radius: var(--radius);
}

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