:root {
    color-scheme: dark light;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-width: 320px;
}

input,
select,
button,
textarea {
    font: inherit;
}

/* ── Erros de formulário Django (usados globalmente) ── */
.errorlist {
    margin: 0.4rem 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.75rem;
    font-weight: 700;
    color: #f87171;
}
