/* Narratory Collate — minimal overrides on top of Pico CSS */

:root {
    --pico-font-family: system-ui, -apple-system, sans-serif;
}

footer {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid var(--pico-muted-border-color);
}

[role="alert"] {
    padding: 1rem;
    border-radius: var(--pico-border-radius);
    background: var(--pico-card-background-color);
    margin-top: 1rem;
}
