@font-face {
    font-family: 'CMU Serif';
    src: url('/fonts/cmu-serif-500-roman.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CMU Serif';
    src: url('/fonts/cmu-serif-700-roman.woff2') format('woff2');
    font-weight: bold;
}
@font-face {
    font-family: 'CMU Serif';
    src: url('/fonts/cmu-serif-500-italic.woff2') format('woff2');
    font-style: italic;
}

body {
    font-family: 'CMU Serif', 'Latin Modern Roman', Georgia, serif;
    font-size: 19px;
    line-height: 1.6;
    max-width: 42em;
    margin: 4rem auto;
    text-align: justify;
    hyphens: auto;
}

h1, h2, h3 {
    font-weight: bold;
    line-height: 1.2;
}

.post {
    margin-bottom: 3.5rem;
}

.post-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    text-align: left;
}

.post-meta {
    font-style: italic;
    color: #555;
    font-size: 0.9rem;
    margin-top: 0;
    margin-bottom: 1.2rem;
    text-align: left;
}

.post-content p {
    margin-bottom: 1rem;
}

.post:not(:last-child)::after {
    content: "";
    display: block;
    margin: 2.5rem auto 0;
    width: 100%;
    border-top: 0.8pt solid #000;
}

hr {
    border: none;   
    border-top: 0.8pt solid #000;
    margin: 2.5rem auto;
    width: 100%;
}
