* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    color: #111;
    background: #fff;
    line-height: 1.6;
}

.site-header {
    padding: 24px 32px;
    border-bottom: 1px solid #111;
}

.site-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
}

.content {
    max-width: 720px;
    margin: 0 auto;
    padding: 64px 24px;
}

.content h1 {
    font-size: 32px;
    margin: 0 0 24px;
}

.post-body p { margin: 0 0 16px; }
.post-body img { max-width: 100%; }

.system-page {
    text-align: center;
    padding-top: 15vh;
}

.system-page h1 { font-size: 26px; }

.site-footer {
    padding: 24px 32px;
    border-top: 1px solid #111;
    font-size: 13px;
    color: #666;
    text-align: center;
}
/* updated in v1.2.0 */
