/* Minimal custom layer on top of Pico. One accent var for later theming. */
:root { --brand-accent: #5b5bd6; }
.brand { text-decoration: none; }
#items { list-style: none; padding-left: 0; }
#items li { padding: .5rem .25rem; border-bottom: 1px solid var(--pico-muted-border-color); }
nav .brand { color: var(--brand-accent); }
