html, body {
    font-family: sans-serif;
}
.header h1 {
    font-family: 'Source Serif Pro', serif;
    font-weight: 400;
    margin-bottom: 0.3em;
    padding-bottom: 0;
}

.header h2 {
    font-family: sans-serif;
    font-weight: normal;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #777;
    margin-top: 0.1em;
    padding-top: 0;
    padding-bottom: 0.5em;
}

.header p.author {
    font-family: sans-serif;
}

.header {
    padding-bottom: 0.5rem;
}
