body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f0e8;
    color: #2b1b1b;
}

a {
    color: inherit;
}

.site-header {
    padding: 1.5rem 2rem;
}

.content {
    max-width: 960px;
    margin: 2rem auto;
    padding: 0 1rem 3rem;
}

.site-footer {
    padding: 1rem 2rem;
    font-size: 0.8rem;
    text-align: center;
}
