html, body {
    margin: 0;
    font-family: "Lexend Deca", "Inter", system-ui, sans-serif;
    background: #F6FAFC;
    color: #232525;
}

h1:focus {
    outline: none;
}

/* Pre-Blazor loading splash, painted in brand navy. */
.app-loading {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background: #042D49;
    color: #ffffff;
}

.app-loading-brand {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.app-loading-brand .accent,
.app-loading .accent {
    color: #79A349;
}

.app-loading-sub {
    font-size: .9rem;
    opacity: .8;
}

#blazor-error-ui {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .75rem 1.25rem;
    background: #fff3cd;
    color: #232525;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .2);
    z-index: 1000;
}

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