/* BLOG PAGE */

.blog-post {
    margin-bottom: 2em;
}

.blog-post h3 {
    font-family: var(--topbar);
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 70px;
}

.blog-post h3 a {
    color: var(--text);
    text-decoration: none;
}

.blog-post h3 a:hover {
    text-decoration: underline;
}

.post-date {
    opacity: 0.5;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.archive-list {
    line-height: 2;
}

.archive-list > li {
    font-family: var(--topbar);
    text-transform: uppercase;
    letter-spacing: 3px;
}

.archive-list ul {
    padding-left: 1em;
}

.archive-list ul li {
    font-family: var(--bodyfont);
    text-transform: none;
    letter-spacing: normal;
    font-size: 0.9em;
}

.archive-list ul {
    padding-left: 1em;
    margin-top: 0.25em;
}