/* quimpo.org — shared styles for all public pages */
body {
    font-family: system-ui, -apple-system, sans-serif;
    max-width: 75vw;
    margin: 80px auto;
    padding: 0 24px;
    line-height: 1.6;
    color: #222;
    background: #fafafa;
}
h1 { font-size: 2rem; margin-bottom: 0.25em; }
p  { color: #444; }
img { max-width: 100%; height: auto; }
