@font-face {
    font-family: 'Special Elite';
    src: url('/SpecialElite-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 40px auto;
    max-width: 650px;
    padding: 0 10px;
    background-color: #f0e6d0;
    font-family: Georgia, serif;
    color: #241c14;
}

.site-title {
    font-family: 'Special Elite', cursive;
    font-size: 2.0rem;
    text-decoration: none;
    color: #241c14;
}

a {
    color: #5c4033;
}

a:hover {
    color: #7a5544;
}

nav a {
    margin-right: 1em;
}

.feed-links a {
    margin-right: 0;
}

.year-heading {
    font-size: 1.2rem;
    margin: 1.5em 0 0.5em;
    font-weight: normal;
    color: #5c4033;
}

.posts-year:first-of-type .year-heading {
    margin-top: 0;
}

.post-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.75em;
}

.post-date {
    flex-shrink: 0;
    margin-right: 1em;
    color: #8b7355;
    font-size: 0.9em;
}

.bookmarks a {
    display: block;
    margin-bottom: 0.5em;
}

blockquote {
    font-style: italic;
    border-left: 3px solid #5c4033;
    padding-left: 1em;
    margin-left: 1.5em;
}

.bookmarks .blog-grid p {
    column-count: 3;
    column-gap: 1em;
}

@media (max-width: 960px) {
    body {
        padding: 0 1.25rem;
    }

    nav {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    nav a {
        margin-right: 0;
    }

}
