* {
    box-sizing: border-box;
    font-size: 28px;
    line-height: 1.4;
}

html {
    font-family: ui-serif, Georgia, serif;
    background: #f4f3f2;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ui-sans-serif, system-ui, ".AppleSystemUIFont", sans-serif;
    font-weight: 700;
    font-size: 120px;
    margin-top: 48px;
    margin-bottom: 48px;
    line-height: 80%;
    letter-spacing: -4px;
    color: #111;
}

.content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 4vw;
}

ol {
    list-style: none;
    padding-left: 0;
}

.posts-date {
    color: hsl(60, 0%, 60%);
}
