@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap');

body {
    font-family: 'Cardo', sans-serif;
    color: #241C1C;
    margin: auto;
    max-width: 50em;
    background-color: #F4F3F2;
}

#page-title {
    text-align: center;
}

#page-title h1 a, .post a {
    color: #241C1C;
}

a {
    text-decoration: none;
}

#page-title a:hover, .post a:hover {
    text-decoration: underline dotted;
}

.date-time-font {
    font-family: 'Cardo';
}

#posts {
    padding-left: 2em;
}

.post {
    padding-left: 1em;
}

.blog-post {
    padding-left: 1em;
    padding-right: 1em;
}

.post-container {
    display: block;
}

.post-tags {
    padding-left: 1em;
    padding-right: 1em;
}

.post-tag-list {
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
}

.post-tag-list-item {
    white-space: nowrap;
    display: inline-block;
}

.post-date-time {
    white-space: nowrap;
}

.page-content {
    margin: 1em;
}
