body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.center-align {
    text-align: center;
}

.content {
    padding-top: 0.4em;
    padding-bottom: 0.8em;
    border-bottom: 0.1em solid #ccc;
}

.page-title {
    font-size: 2em;
    font-weight: 600;
}

.page-content {
    padding-top: 0.4em;
    font-weight: 400;
}

.post-title {
    font-size: 1.2em;
    font-weight: 400;
}

.post-excerpt {
    padding-bottom: 0.8em;
    font-weight: 400;
}

.date {
    font-size: 1em;
    color: gray;
    font-weight: 400;
}

/* code and pre */
code {
    border-radius: 0.2em;
    padding: 0.2em;
    font-weight: 800;
}

pre {
    border-radius: 0.2em;
    font-weight: 800;
}