@font-face {
    font-family: "EB Garamond";
    src: url("/fonts/EBGaramond-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "EB Garamond";
    src: url("/fonts/EBGaramond-Italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "EB Garamond";
    src: url("/fonts/EBGaramond-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "EB Garamond";
    src: url("/fonts/EBGaramond-BoldItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}

body {
    margin: 40px auto;
    padding: 0 15px;
    max-width: 650px;
    line-height: 1.6;
    font-size: 20px;
    font-family: "EB Garamond", serif;
    color: #444;
    background-color: antiquewhite;
}

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

a {
    color: brown;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 2px;
}

.subtitle {
    color: #777;
}

.post-list {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    display: grid;
    gap: 0.5rem;
}

.post-item {
    display: grid;
    grid-template-columns: 4rem 1fr;
    column-gap: 1rem;
    align-items: baseline;
    font-variant-numeric: tabular-nums;
}
