body, html {
    position: relative;
    color: rgba(0,0,0,.75);
    font-size: 16px;
    font-family: Lato,Helvetica Neue,Helvetica,sans-serif;
    font-variant-ligatures: common-ligatures;
    line-height: 1.67;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.8em 0;
    font-weight: bold;
}
h1 {
    font-size: 2.25rem;
}
h1:after, h2:after {
    content: "";
    display: block;
    position: relative;
    top: .33em;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
a {
    color: #0c93e4;
    text-decoration: underline;
    text-decoration-skip: ink;
}
blockquote {
    color: rgba(0,0,0,.5);
    padding-left: 1.5em;
    border-left: 5px solid rgba(0,0,0,.1);
}
blockquote, dl, ol, p, pre, ul {
    margin: 1.2em 0;
}