* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Times New Roman', Times, serif;
    background-color: #ffffff;
    color: #37352f;
    font-size: 1.125rem;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

.post {
    max-width: 720px;
    margin: 0 auto;
    padding: 72px 24px 140px;
}

.post h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 32px;
}

.post h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 40px 0 8px;
}

.post h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 32px 0 4px;
}

.post p {
    margin-bottom: 20px;
}

.post ul {
    margin: 0 0 20px 1.6em;
}

.post li {
    margin-bottom: 6px;
}

.post a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: rgba(55, 53, 47, 0.35);
    text-underline-offset: 2px;
}

.post a:hover {
    text-decoration-color: #37352f;
}

.post blockquote {
    margin: 0 0 20px;
    padding-left: 16px;
    border-left: 3px solid #37352f;
}

.post code {
    background-color: #f1f0ee;
    border-radius: 3px;
    padding: 2px 5px;
    font-family: 'SFMono-Regular', Menlo, Consolas, monospace;
    font-size: 0.875em;
}

.post img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    margin-bottom: 20px;
}

.post-embed {
    aspect-ratio: 4 / 3;
    margin-bottom: 20px;
}

.post-embed iframe {
    width: 100%;
    height: 100%;
    border: 1px solid #e9e9e7;
    border-radius: 3px;
}

.post hr {
    border: none;
    border-top: 1px solid #e9e9e7;
    margin: 36px 0;
}

.post-updated {
    margin-top: 64px;
    padding-top: 20px;
    border-top: 1px solid #e9e9e7;
    font-size: 0.8125rem;
    color: #9b9a97;
}

@media (max-width: 600px) {
    .post {
        padding: 40px 20px 90px;
    }

    .post h1 {
        font-size: 2rem;
    }
}
