p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300; }
h1 { font-size: 3.6rem; line-height: 1.0;  letter-spacing: -.1rem;}
h2 { font-size: 3.0rem; line-height: 1.05; letter-spacing: -.1rem; }
h3 { font-size: 2.4rem; line-height: 1.1;  letter-spacing: -.1rem; }
h4 { font-size: 1.8rem; line-height: 1.15; letter-spacing: -.08rem; }
h5 { font-size: 1.5rem; line-height: 1.3;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 640px) {
    h1 { font-size: 4.0rem; line-height: 1.1;  }
    h2 { font-size: 3.6rem; line-height: 1.15; }
    h3 { font-size: 3.0rem; line-height: 1.2;  }
    h4 { font-size: 2.4rem; line-height: 1.25; }
    h5 { font-size: 1.8rem; line-height: 1.4;  }
    h6 { font-size: 1.5rem; line-height: 1.6;  }
}

/* Larger than phablet */
@media (min-width: 768px) {
    h1 { font-size: 5.0rem; line-height: 1.2;  }
    h2 { font-size: 4.2rem; line-height: 1.25; }
    h3 { font-size: 3.6rem; line-height: 1.3;  }
    h4 { font-size: 3.0rem; line-height: 1.35; }
    h5 { font-size: 2.4rem; line-height: 1.5;  }
    h6 { font-size: 1.5rem; line-height: 1.6;  }
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: circle inside; }
ol {
    list-style: decimal inside; }
ol, ul {
    padding-left: 0;
    margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }
li {
    margin-bottom: 1rem; }


