/* Custom overrides for Pico CSS */

/* Remove underline from logo link */
nav strong a {
    text-decoration: none;
    color: inherit;
}

/* Footer spacing */
footer {
    text-align: center;
    padding: 2rem 0;
    border-top: 1px solid var(--pico-muted-border-color);
    margin-top: 2rem;
}
